Skip to content

Commit

Permalink
Use Zig 0.13.0 for ci
Browse files Browse the repository at this point in the history
Also use a different zig setup action
  • Loading branch information
natecraddock committed Jun 24, 2024
1 parent a7cf85f commit c1e1d57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v2
- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
with:
version: master
version: 0.13.0
- run: make docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
uses: actions/checkout@v3

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
uses: mlugg/setup-zig@v1
with:
version: master
version: 0.13.0

- name: Run tests
run: make test

0 comments on commit c1e1d57

Please sign in to comment.