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 fb4e306 commit 05bad97Copy full SHA for 05bad97
.github/workflows/post-release.yml
@@ -41,6 +41,11 @@ jobs:
41
with:
42
key: ${{ matrix.target }}
43
44
+ - name: Install Linux dependencies
45
+ if: matrix.os == 'ubuntu-latest' && matrix.target == 'aarch64-unknown-linux-musl'
46
+ run: |
47
+ sudo apt-get update
48
+ sudo apt-get install -y gcc-aarch64-linux-gnu
49
50
- name: Build
51
run: cargo build --release --target ${{ matrix.target }}
0 commit comments