Skip to content

Commit

Permalink
Add github action for zig 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sam701 committed Oct 20, 2023
1 parent 586efcf commit b37b296
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ jobs:
- run: zig fmt --check *.zig src/*.zig
- run: zig build
- run: zig build test
validate_and_test_0.11:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.11
- run: zig fmt --check *.zig src/*.zig
- run: zig build
- run: zig build test

0 comments on commit b37b296

Please sign in to comment.