We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c06245 commit 00b78c7Copy full SHA for 00b78c7
.github/workflows/ci.yml
@@ -40,3 +40,14 @@ jobs:
40
rustup target add aarch64-apple-ios
41
cross build --target aarch64-apple-ios
42
if: matrix.os == 'macos-latest'
43
+
44
+ - name: setup zig for cargo-zigbuild (on macOS)
45
+ uses: mlugg/setup-zig@v1
46
+ if: matrix.os == 'macos-latest'
47
48
+ - name: run cargo-zigbuild for Linux (on macOS)
49
+ run: |
50
+ cargo install --locked cargo-zigbuild
51
+ rustup target add aarch64-unknown-linux-gnu
52
+ cargo zigbuild --target aarch64-unknown-linux-gnu
53
0 commit comments