Skip to content

Commit 9d33e08

Browse files
Copilotmessense
andauthored
Switch CI action from korandoru/setup-zig to mlugg/setup-zig (#352)
* Initial plan * Switch CI action from korandoru/setup-zig to mlugg/setup-zig Co-authored-by: messense <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: messense <[email protected]>
1 parent 2451158 commit 9d33e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
with:
4848
toolchain: ${{ matrix.toolchain }}
4949
- name: Install zig
50-
uses: korandoru/setup-zig@v1
50+
uses: mlugg/setup-zig@v2
5151
with:
52-
zig-version: ${{ matrix.zig }}
52+
version: ${{ matrix.zig }}
5353
- run: zig version
5454
- run: cargo build
5555
- name: Install Rust targets

0 commit comments

Comments
 (0)