Install gcc for arm64 for arm64 CI

pull/370/head
Wilfred Hughes 2022-09-08 19:02:51 +07:00
parent ff81f61fd4
commit 9663111eeb
1 changed files with 1 additions and 0 deletions

@ -26,6 +26,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.57.0
- run: rustup target add aarch64-unknown-linux-gnu
- run: sudo apt-get install gcc-aarch64-linux-gnu
- run: cargo build --target=aarch64-unknown-linux-gnu
test_mac: