Skip to content

Commit 8ba46d8

Browse files
Update backend.yml
1 parent 56a67e5 commit 8ba46d8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/backend.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ jobs:
8787
steps:
8888
- uses: actions/checkout@v4
8989

90+
- name: Install cross-compilation toolchain for ARM64
91+
if: matrix.target.target == 'aarch64-unknown-linux-gnu'
92+
run: |
93+
sudo apt-get update
94+
sudo apt-get install -y gcc-aarch64-linux-gnu
95+
9096
- name: Setup Rust
9197
uses: actions-rs/toolchain@v1
9298
with:

0 commit comments

Comments
 (0)