Skip to content

Commit

Permalink
fix(github): add libzstd-dev dep to aarch64 release pipeline (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
romange authored Dec 6, 2022
1 parent e21a212 commit 2d83aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
libxml2-dev zip libzstd-dev
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 40 \
--slave /usr/bin/g++ g++ /usr/bin/g++-9
run: |
Expand Down

0 comments on commit 2d83aa9

Please sign in to comment.