Skip to content

Commit de43fdd

Browse files
committed
ci: remove zig-cc from wasm32-target
1 parent 1e59e31 commit de43fdd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- uses: dlang-community/setup-dlang@v2
1818
with:
1919
compiler: ldc-master
20+
- uses: egor-tensin/vs-shell@v2
21+
with:
22+
arch: x64
2023

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

0 commit comments

Comments
 (0)