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 f4c9af2 commit 5c2bddeCopy full SHA for 5c2bdde
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/configure-pages@v5
28
- uses: mlugg/setup-zig@v1
29
with:
30
- version: 0.15.0-dev.375+8f8f37fb0
+ version: 0.15.0-dev.441+c1649d586
31
- run: make docs
32
- name: Upload artifact
33
uses: actions/upload-pages-artifact@v3
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
os: [ubuntu-latest, macos-latest, windows-latest]
14
- zig: ["0.14.0", "0.15.0-dev.375+8f8f37fb0"]
+ zig: ["0.14.0", "0.15.0-dev.441+c1649d586"]
15
16
runs-on: ${{matrix.os}}
17
0 commit comments