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 5886f9f commit 160bf65Copy full SHA for 160bf65
.github/workflows/release.yaml
@@ -47,6 +47,12 @@ jobs:
47
- name: Install target
48
run: rustup target add ${{ matrix.target }}
49
50
+ - name: Install cross-compilation tools
51
+ if: matrix.os == 'ubuntu-latest' && matrix.target == 'aarch64-unknown-linux-gnu'
52
+ run: |
53
+ sudo apt-get update
54
+ sudo apt-get install -y gcc-aarch64-linux-gnu
55
+
56
- name: Cache dependencies
57
uses: Swatinem/rust-cache@v2
58
0 commit comments