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.
0.16.0-dev.1484+d0ba6642b
1 parent 63429a2 commit 478e692Copy full SHA for 478e692
.github/workflows/artifacts.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: mlugg/setup-zig@v2
40
if: env.SKIP_DEPLOY != 'true'
41
with:
42
- version: 0.16.0-dev.1484+d0ba6642b
+ version: master
43
44
- name: Install APT packages
45
.github/workflows/coverage.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
- name: prefetch dependencies (workaround)
22
run: |
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
23
24
25
- name: Run zig fmt
26
if: matrix.os == 'ubuntu-22.04'
0 commit comments