Skip to content

Commit

Permalink
Use a different setup-zig
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoerussell committed Jan 19, 2024
1 parent 029cb88 commit 8edfc08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: korandoru/setup-zig@v1
- uses: goto-bus-stop/setup-zig@v2
with:
zig-version: 0.12.0-dev.2236+32e88251e
version: 0.12.0-dev.2236+32e88251e
- uses: actions/setup-node@v4
- id: build-web
working-directory: web
Expand Down

0 comments on commit 8edfc08

Please sign in to comment.