Skip to content

Commit

Permalink
Update Zig setup action in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Dec 26, 2024
1 parent a5137d3 commit 9ea62f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
- name: Install zig
uses: korandoru/setup-zig@v1
uses: mlugg/setup-zig@v1
with:
zig-version: ${{ matrix.zig }}
version: ${{ matrix.zig }}
- run: zig version
- run: cargo build
- name: Install Rust targets
Expand Down

0 comments on commit 9ea62f7

Please sign in to comment.