Skip to content

Commit 7140b96

Browse files
author
Julian LALU
committed
Fix emscripten windows CI
1 parent 0bf4238 commit 7140b96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows_wasm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
git pull
2222
./emsdk.bat install latest
2323
./emsdk.bat activate latest
24-
./emsdk_env.bat
25-
echo "PATH=%PATH%" >> %GITHUB_ENV%
2624
- name: Generate
27-
run: ./emcmake.bat cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
25+
run: |
26+
./emsdk_env.bat
27+
./emcmake.bat cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
2828
- name: Build
2929
run: cmake --build target -- -j 16
3030
- name: Test

0 commit comments

Comments
 (0)