Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
fix build invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed May 16, 2024
1 parent c1e7ebf commit 70b3d95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
single_thread: [true, false]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -26,4 +25,4 @@ jobs:
- name: Generate and validate packages
working-directory: test
run: |
zig build -Dsingle_threaded=${{ matrix.single_thread }}
zig build validate

0 comments on commit 70b3d95

Please sign in to comment.