We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e96aa9 commit 273acdbCopy full SHA for 273acdb
.github/workflows/linux.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: "Setup zig environment"
27
uses: mlugg/setup-zig@v2
28
with:
29
- version: ${{ matrix.zig_version }}
+ version: 0.14.1
30
- name: "Run unit tests"
31
run: zig build unit-test
32
- name: "Run linter"
0 commit comments