Skip to content

Commit

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

0 comments on commit bd63a5c

Please sign in to comment.