Skip to content

Commit

Permalink
ci: fix deps install in release
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Oct 15, 2024
1 parent 7dfc28c commit 7b2a90b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ jobs:
run: |
sudo apt update -y
sudo apt install -y {binutils,gcc}-{aarch64,riscv64}-linux-gnu \
build-essential autopoint gettext libelf-dev zlib1g-dev
build-essential autopoint gettext libelf-dev zlib1g-dev \
libelf-dev:${{ matrix.os-arch }} zlib1g-dev:${{ matrix.os-arch }}
sudo apt-get install -y libseccomp-dev:${{ matrix.os-arch }}
if ! [ "${{ matrix.static_libseccomp }}" = "true" ]; then
sudo apt-get install -y libseccomp2:${{ matrix.os-arch }}
Expand Down

0 comments on commit 7b2a90b

Please sign in to comment.