Skip to content

Commit

Permalink
workflows: adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Aug 28, 2023
1 parent 82e9b1f commit deebe99
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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: master
version: 0.11.0
- run: zig build
- run: zig build test
test-macos:
Expand All @@ -24,10 +24,10 @@ jobs:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v1
with:
version: master
- run: brew install pkg-config pcre
- run: env ZIG_SYSTEM_LINKER_HACK=1 zig build
- run: env ZIG_SYSTEM_LINKER_HACK=1 zig build test
version: 0.11.0
- run: brew install pcre
- run: zig build
- run: zig build test
test-windows:
runs-on: windows-latest
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v1
with:
version: master
version: 0.11.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: master
version: 0.11.0
- run: zig fmt --check src/*.zig

0 comments on commit deebe99

Please sign in to comment.