mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-15 17:51:06 +00:00
chore: Add bison to release build dependencies (#1215)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
d9007eedf9
commit
964eeee6f0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
|||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt update && apt install -q -y autoconf-archive cmake curl git libssl-dev \
|
||||
libunwind-dev ninja-build libtool gcc-9 g++-9 libboost-fiber-dev \
|
||||
libxml2-dev zip libzstd-dev debhelper moreutils
|
||||
libxml2-dev zip libzstd-dev debhelper moreutils bison
|
||||
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 40 \
|
||||
--slave /usr/bin/g++ g++ /usr/bin/g++-9
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue