Skip to content

Commit ee2a8cb

Browse files
author
Julian LALU
committed
Fix emscripten windows CI
1 parent 4c20d4f commit ee2a8cb

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
@@ -21,11 +21,11 @@ jobs:
2121
git pull
2222
emsdk.bat install latest
2323
emsdk.bat activate latest
24-
2524
shell: cmd
2625
- name: Generate
2726
run: |
2827
emsdk_env.bat
28+
echo %PATH%
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)