Skip to content

Commit

Permalink
fix: revert zig build test job
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender authored Aug 18, 2024
1 parent e0bdae0 commit 537ad85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- run: zig build test -Dtarget="aarch64-macos"
if: matrix.os == 'macos-latest'
- run: zig build test
if: matrix.os != 'macos-latest'
build-examples:
strategy:
matrix:
Expand Down

0 comments on commit 537ad85

Please sign in to comment.