Skip to content

Commit 687474c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
./emsdk install latest
2323
./emsdk activate latest
2424
./emsdk_env.ps1
25-
echo $env:PATH
25+
cd ..
2626
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

0 commit comments

Comments
 (0)