Skip to content

Commit

Permalink
syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Apr 26, 2024
1 parent 86922b2 commit 36efd0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
with:
version: ${{matrix.zig-version}}
- name: Run tests (zig up to v0.10.x)
if: ${{ matrix.test-variant == "legacy" }}
if: ${{ matrix.test-variant == 'legacy' }}
run: zig build test
working-directory: test/v0.10
- name: Run tests (zig v0.11.x)
if: ${{ matrix.test-variant == "modern" }}
if: ${{ matrix.test-variant == 'modern' }}
run: zig build test
working-directory: test/v0.11

0 comments on commit 36efd0e

Please sign in to comment.