Skip to content

Commit b409129

Browse files
authored
Update ci.yml
1 parent 849e2cd commit b409129

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
sudo apt-get install -y lld llvm llvm-dev clang
2424
2525
- name: Set up Zig
26-
uses: mlugg/setup-zig@v1
26+
uses: mlugg/setup-zig@v2
27+
with:
28+
version: 0.15.1
2729

2830
- name: Check Formatting
2931
run: zig fmt --ast-check --check .

0 commit comments

Comments
 (0)