We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ac461 commit 32240a1Copy full SHA for 32240a1
.github/workflows/build.yaml
@@ -46,7 +46,7 @@ jobs:
46
toolchain: stable
47
target: ${{ matrix.target.build_target }}
48
- name: Install Build-Tools
49
- run: sudo apt-get install build-essential gcc-multilib zstd musl-tools musl-dev aarch64-linux-gnu-gcc
+ run: sudo apt-get install build-essential gcc-multilib zstd musl-tools musl-dev gcc-aarch64-linux-gnu
50
- name: Build
51
run: cd rustfoil-cli && cargo build --release --target=${{ matrix.target.build_target }}
52
- name: Upload Action Artifact
0 commit comments