Skip to content

Commit

Permalink
fix(ci): more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed Nov 19, 2024
1 parent 7745b59 commit a59a8e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ jobs:
- if: matrix.target == 'x86_64-unknown-linux-musl'
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends musl-tools libssl-dev openssl-dev openssl-libs-static
sudo apt-get install -y --no-install-recommends clang lld musl-tools git perl libssl-dev pkg-config make
- if: matrix.target == 'armv7-unknown-linux-musleabihf'
run: |
sudo apt update
sudo apt install -y gcc-arm-linux-gnueabihf musl-tools libssl-dev openssl-dev openssl-libs-static
sudo apt install -y gcc-arm-linux-gnueabihf clang lld musl-tools git perl libssl-dev pkg-config make
- if: matrix.target == 'aarch64-unknown-linux-musl'
run: |
sudo apt update
sudo apt install -y gcc-aarch64-linux-gnu musl-tools libssl-dev openssl-dev openssl-libs-static
sudo apt install -y gcc-aarch64-linux-gnu clang lld musl-tools git perl libssl-dev pkg-config make
- name: Versions
id: version
Expand Down

0 comments on commit a59a8e2

Please sign in to comment.