Skip to content

Commit 160bf65

Browse files
committed
ci: updated release
1 parent 5886f9f commit 160bf65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
- name: Install target
4848
run: rustup target add ${{ matrix.target }}
4949

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+
5056
- name: Cache dependencies
5157
uses: Swatinem/rust-cache@v2
5258

0 commit comments

Comments
 (0)