Skip to content

Commit 2ac8d68

Browse files
committed
chore(ci): bump setup-zig to 0.15.0-dev.375+8f8f37fb0
1 parent cf20488 commit 2ac8d68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/configure-pages@v5
2828
- uses: mlugg/setup-zig@v1
2929
with:
30-
version: 0.14.0
30+
version: 0.15.0-dev.375+8f8f37fb0
3131
- run: make docs
3232
- name: Upload artifact
3333
uses: actions/upload-pages-artifact@v3

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Zig
2121
uses: mlugg/setup-zig@v1
2222
with:
23-
version: 0.14.0
23+
version: 0.15.0-dev.375+8f8f37fb0
2424

2525
- name: Run tests
2626
run: make test

0 commit comments

Comments
 (0)