Skip to content

Commit

Permalink
CI: remove betterC flag on wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Jan 21, 2024
1 parent bc4722b commit e9c6a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Build Native
run: zig build -DzigCC --summary all
- name: Build Wasm
run: zig build -DbetterC -DzigCC --summary all -Dtarget=wasm32-emscripten
run: zig build -DzigCC --summary all -Dtarget=wasm32-emscripten

0 comments on commit e9c6a28

Please sign in to comment.