We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf20488 commit 2ac8d68Copy full SHA for 2ac8d68
.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.14.0
+ version: 0.15.0-dev.375+8f8f37fb0
31
- run: make docs
32
- name: Upload artifact
33
uses: actions/upload-pages-artifact@v3
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Zig
21
uses: mlugg/setup-zig@v1
22
23
24
25
- name: Run tests
26
run: make test
0 commit comments