Skip to content

Commit

Permalink
ci(build): fix missing package for arm support
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Nov 19, 2023
1 parent 8ff115c commit 37ac461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
toolchain: stable
target: ${{ matrix.target.build_target }}
- name: Install Build-Tools
run: sudo apt-get install build-essential gcc-multilib zstd musl-tools musl-dev
run: sudo apt-get install build-essential gcc-multilib zstd musl-tools musl-dev aarch64-linux-gnu-gcc
- name: Build
run: cd rustfoil-cli && cargo build --release --target=${{ matrix.target.build_target }}
- name: Upload Action Artifact
Expand Down

0 comments on commit 37ac461

Please sign in to comment.