Skip to content

Commit

Permalink
workflows: bump to 0.12.
Browse files Browse the repository at this point in the history
I expect Windows will probably still fail.
  • Loading branch information
kivikakk committed Apr 28, 2024
1 parent 813102d commit c1256d1
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 @@ -13,7 +13,7 @@ jobs:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.11.0
version: 0.12.0
- run: zig build
- run: zig build test
test-macos:
Expand All @@ -24,7 +24,7 @@ jobs:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.11.0
version: 0.12.0
- run: brew install pcre
- run: zig build
- run: zig build test
Expand All @@ -36,7 +36,7 @@ jobs:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.11.0
version: 0.12.0
- run: c:; cd \vcpkg; git pull; .\bootstrap-vcpkg.bat
- run: vcpkg integrate install
- run: vcpkg install pcre --triplet x64-windows-static
Expand All @@ -50,5 +50,5 @@ jobs:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.11.0
version: 0.12.0
- run: zig fmt --check src/*.zig

0 comments on commit c1256d1

Please sign in to comment.