Skip to content

Commit 578186b

Browse files
committed
fix: ci
1 parent c429b01 commit 578186b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
uses: actions/checkout@v3
3535
with:
3636
fetch-depth: 0 # Not needed if lastUpdated is not enabled
37-
- uses: goto-bus-stop/setup-zig@v2
37+
- uses: goto-bus-stop/setup-zig@v3
3838
with:
39-
version: latest
39+
version: 0.15.1
4040
- name: remove ./src/examples
4141
run: rm -rf ./src/examples
4242
- name: Generate Docs

0 commit comments

Comments
 (0)