Skip to content

Commit 53c67de

Browse files
author
Julian LALU
committed
Try to fix Windows WASM
1 parent ccf447a commit 53c67de

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/windows_wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
./emsdk.bat activate latest
2424
./emsdk_env.bat
2525
- name: Generate
26-
run: emcmake.bat cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
26+
run: ./emcmake.bat cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
2727
- name: Build
2828
run: cmake --build target -- -j 16
2929
- name: Test

emsdk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit efd71e9a2e9eacf4999a40d542f8b846ae81612e

0 commit comments

Comments
 (0)