Skip to content

Commit

Permalink
ci: update zig version
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Jun 24, 2023
1 parent 102f3eb commit d8787bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: "0.11.0-dev.3620+c76ce25a6"
version: "0.11.0-dev.3652+f5043ad6a"

- run: zig version
- run: zig env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: "0.11.0-dev.3620+c76ce25a6"
version: "0.11.0-dev.3652+f5043ad6a"

- run: zig version
- run: zig env
Expand Down

0 comments on commit d8787bb

Please sign in to comment.