Skip to content

Commit ec63d42

Browse files
author
Julian LALU
committed
Try to fix Windows WASM
1 parent ec2706a commit ec63d42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows_wasm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
echo "$PWD/upstream/emscripten" >> $GITHUB_PATH
3434
shell: bash
3535
- name: Generate
36-
run: emcmake.bat cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
36+
run: emcmake cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
37+
shell: bash
3738
- name: Build
3839
run: cmake --build target -- -j 16
3940
- name: Test

0 commit comments

Comments
 (0)