Skip to content

Commit

Permalink
chore: use mlugg/setup-zig (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
weskoerber authored Sep 14, 2024
1 parent fa41bf7 commit 42d400d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- ubuntu-latest
steps:
- name: install zig
uses: weskoerber/setup-zig@main
uses: mlugg/setup-zig@v1
with:
version: master
- name: checkout
uses: actions/checkout@v4
- name: generate docs
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: install zig
uses: weskoerber/setup-zig@main
uses: mlugg/setup-zig@v1
with:
version: master
- name: checkout
uses: actions/checkout@v4
- name: test
Expand Down

0 comments on commit 42d400d

Please sign in to comment.