Skip to content

Commit

Permalink
workflows: use setup-zig@v2, but latest on macOS for arm.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Apr 28, 2024
1 parent c1256d1 commit e9ef5e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v1
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
- run: zig build
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v1
- uses: goto-bus-stop/setup-zig@2a9625d550eefc3a9b1a43d342ad655f563f8241
with:
version: 0.12.0
- run: brew install pcre
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v1
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
- run: c:; cd \vcpkg; git pull; .\bootstrap-vcpkg.bat
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v1
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
- run: zig fmt --check src/*.zig

0 comments on commit e9ef5e3

Please sign in to comment.