Skip to content

Commit 00ed306

Browse files
committed
Switches zig-setup workflow
1 parent 182ceee commit 00ed306

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/CI.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,9 @@ jobs:
2424
submodules: true
2525

2626
- name: Setup Zig
27-
# You may pin to the exact commit or the version.
28-
# uses: goto-bus-stop/setup-zig@41ae19e72e21b9a1380e86ff9f058db709fc8fc6
29-
uses: goto-bus-stop/setup-zig@v2
27+
uses: mlugg/setup-zig@v1
3028
with:
31-
version: master
32-
cache: true # Let's see how this behaves
29+
version: latest
3330

3431
- run: zig version
3532
- run: zig env

0 commit comments

Comments
 (0)