Skip to content

Commit

Permalink
workflows: try windows again!
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jul 1, 2024
1 parent 57296cc commit ee62e89
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ jobs:
- run: brew install pcre
- run: zig build
- run: zig build test
test-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
- run: zig build -Dtarget=x86_64-windows-msvc
- run: zig build -Dtarget=x86_64-windows-msvc test
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ee62e89

Please sign in to comment.