We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcc996 commit 7e8ea50Copy full SHA for 7e8ea50
.github/workflows/CI.yml
@@ -15,6 +15,8 @@ jobs:
15
submodules: recursive
16
fetch-depth: 0
17
- uses: mlugg/setup-zig@v1
18
+ with:
19
+ version: 0.13.0
20
21
- name: Testing (Linux & MacOS)
22
if: (startsWith(matrix.runs-on, 'ubuntu')) || (startsWith(matrix.runs-on, 'macos'))
0 commit comments