Skip to content

Commit 5c904a9

Browse files
author
Julian LALU
committed
Fix emscripten windows CI
1 parent 38071ab commit 5c904a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
call ./emsdk_env.bat
2525
shell: cmd
2626
- name: Generate
27-
run: emcmake cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
27+
run: emcmake.bat cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
2828
shell: cmd
2929
- name: Build
3030
run: cmake --build target -- -j 16

0 commit comments

Comments
 (0)