Skip to content

Commit 3672ca9

Browse files
author
Julian LALU
committed
Fix emscripten windows CI
1 parent f833f07 commit 3672ca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows_wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
shell: cmd
2626
- name: Generate
2727
run: |
28-
call ./emsdk_env.bat
28+
call emsdk_env.bat
2929
emcmake.bat cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
3030
shell: cmd
3131
- name: Build

0 commit comments

Comments
 (0)