Skip to content

Commit

Permalink
Update zig workflow task
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Sep 25, 2024
1 parent bd63a5c commit afac1e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
node-version: ${{matrix.node}}
check-latest: true
cache: npm
- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
with:
version: 0.13.0
- name: Initialize git submodules
shell: bash
run: git submodule init && git submodule update
Expand Down Expand Up @@ -56,7 +58,9 @@ jobs:
node-version: ${{matrix.node}}
check-latest: true
cache: npm
- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
with:
version: 0.13.0
- name: Initialize git submodules
shell: bash
run: git submodule init && git submodule update
Expand Down

0 comments on commit afac1e9

Please sign in to comment.