We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4530f35 commit 8bbf69cCopy full SHA for 8bbf69c
1 file changed
.github/workflows/ci.yml
@@ -101,6 +101,7 @@ jobs:
101
- uses: Swatinem/rust-cache@v2
102
with:
103
key: ${{ matrix.target }}
104
+ - uses: mlugg/setup-zig@v2
105
- uses: taiki-e/install-action@cargo-zigbuild
106
- name: Build
107
run: cargo zigbuild --release --target ${{ matrix.target }}
0 commit comments