Skip to content

Commit 676f80d

Browse files
author
Julian LALU
committed
Fix emscripten windows CI
1 parent f96161d commit 676f80d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/windows_wasm.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ jobs:
1919
git clone https://github.com/emscripten-core/emsdk.git
2020
cd emsdk
2121
git pull
22-
emsdk.bat install latest
23-
emsdk.bat activate latest
24-
emsdk_env.bat
25-
echo %PATH%
22+
./emsdk install latest
23+
./emsdk activate latest
24+
./emsdk_env.ps1
25+
echo $env:PATH
2626
emcmake.bat cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
27-
shell: cmd
2827
- name: Build
2928
run: cmake --build target -- -j 16
3029
- name: Test

0 commit comments

Comments
 (0)