Skip to content

Commit

Permalink
ci: remove zig-cc from wasm32-target
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Jan 17, 2025
1 parent 1e59e31 commit de43fdd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- uses: dlang-community/setup-dlang@v2
with:
compiler: ldc-master
- uses: egor-tensin/vs-shell@v2
with:
arch: x64

- name: prepare-linux
if: runner.os == 'Linux'
Expand Down Expand Up @@ -55,4 +58,4 @@ jobs:
- name: (Zig) Build Native
run: zig build -Dimgui --summary all
- name: (Zig + emsdk) Build Wasm
run: zig build -Dimgui -DzigCC --summary all -Dtarget=wasm32-emscripten-none -Doptimize=ReleaseSmall
run: zig build -Dimgui --summary all -Dtarget=wasm32-emscripten-none -Doptimize=ReleaseSmall

0 comments on commit de43fdd

Please sign in to comment.