Skip to content

Commit

Permalink
ci: migrate to mlugg/setup-zig
Browse files Browse the repository at this point in the history
  • Loading branch information
ianprime0509 committed Jun 11, 2024
1 parent f0e8117 commit 939dafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Zig
uses: goto-bus-stop/setup-zig@v2
uses: mlugg/setup-zig@v1
with:
version: ${{ matrix.zig-version }}
- name: Test
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Zig
uses: goto-bus-stop/setup-zig@v2
uses: mlugg/setup-zig@v1
- name: Build docs
if: github.ref == 'refs/heads/main'
run: zig build docs
Expand Down

0 comments on commit 939dafa

Please sign in to comment.