Skip to content

Commit d639f55

Browse files
authored
Merge pull request #3 from kassane/dependabot/github_actions/mlugg/setup-zig-2
Bump mlugg/setup-zig from 1 to 2
2 parents ea6d1b9 + 33e4176 commit d639f55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
submodules: recursive
1616
fetch-depth: 0
1717

18-
- uses: mlugg/setup-zig@v1
19-
with:
20-
version: master
18+
- uses: mlugg/setup-zig@v2
19+
# with:
20+
# version: master
2121

2222
- name: Build
2323
run: zig build --summary all

0 commit comments

Comments
 (0)