Skip to content

Commit ca6febf

Browse files
committed
Fix aarch64
1 parent 56e87a7 commit ca6febf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: |
5050
sudo apt-get update
5151
sudo apt-get install -y gcc-aarch64-linux-gnu libc6-dev-arm64-cross g++-aarch64-linux-gnu
52+
rustup target add ${{ matrix.target }}
5253
cargo build --release --target ${{ matrix.target }} --target-dir target/${{ matrix.platform }}
5354
5455

0 commit comments

Comments
 (0)