Skip to content

Commit 8bbf69c

Browse files
committed
Update CI workflow to include Zig setup for cross-compilation
1 parent 4530f35 commit 8bbf69c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
- uses: Swatinem/rust-cache@v2
102102
with:
103103
key: ${{ matrix.target }}
104+
- uses: mlugg/setup-zig@v2
104105
- uses: taiki-e/install-action@cargo-zigbuild
105106
- name: Build
106107
run: cargo zigbuild --release --target ${{ matrix.target }}

0 commit comments

Comments
 (0)