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 762a865 commit 30ccbd1Copy full SHA for 30ccbd1
.github/workflows/gh-pages.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/configure-pages@v5
31
32
- name: Setup Zig
33
- uses: mlugg/setup-zig@v1
+ uses: mlugg/setup-zig@v2
34
with:
35
version: master
36
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v4
26
27
28
29
version: ${{ matrix.zig-version }}
0 commit comments