Skip to content

Commit

Permalink
Use zig flag vals
Browse files Browse the repository at this point in the history
  • Loading branch information
plajjan committed Dec 18, 2023
1 parent 816f40f commit 5cea3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zig-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
ttriple: [ aarch64-linux-musl, wasm32-wasi, x86_64-linux-gnu.2.27, x86_64-linux-musl, x86_64-windows-gnu ]
shared_libs: [ off, on ]
shared_libs: [ false, true ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5cea3a4

Please sign in to comment.