Skip to content

Commit

Permalink
ci(build): install musl-gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Nov 19, 2023
1 parent 4c86941 commit 5231558
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 @@ -43,7 +43,7 @@ jobs:
toolchain: stable
target: ${{ matrix.target.build_target }}
- name: Install Build-Tools
run: sudo apt-get install build-essential gcc-multilib
run: sudo apt-get install build-essential gcc-multilib musl-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 5231558

Please sign in to comment.