Skip to content

Commit

Permalink
fixed required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nohoster committed Feb 24, 2024
1 parent 8a80c57 commit ad60b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- if: matrix.target == 'armv7-unknown-linux-musleabihf'
run: |
sudo apt update
sudo apt install -y gcc-arm-linux-gnueabihf binutils-arm-linux-gnueabihf musl-tools
sudo apt install -y gcc-arm-linux-gnueabihf musl-tools
- if: matrix.target == 'aarch64-unknown-linux-musl'
run: |
sudo apt update
sudo apt install -y gcc-12-aarch64-linux-gnu binutils-aarch64-linux-gnu musl-tools
sudo apt install -y gcc-aarch64-linux-gnu musl-tools
- name: Date
id: date
Expand Down

0 comments on commit ad60b6f

Please sign in to comment.