Skip to content

Commit 273acdb

Browse files
committed
Fix linux ci for 0.14.1
1 parent 2e96aa9 commit 273acdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: "Setup zig environment"
2727
uses: mlugg/setup-zig@v2
2828
with:
29-
version: ${{ matrix.zig_version }}
29+
version: 0.14.1
3030
- name: "Run unit tests"
3131
run: zig build unit-test
3232
- name: "Run linter"

0 commit comments

Comments
 (0)