Skip to content

Commit f96161d

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/windows_wasm.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,13 @@ jobs:
1414
run: |
1515
C:/msys64/usr/bin/pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain --noconfirm
1616
$env:Path += ";C:\msys64\ucrt64\bin"
17-
- name: Install Emscripten
17+
- name: Generate
1818
run: |
1919
git clone https://github.com/emscripten-core/emsdk.git
2020
cd emsdk
2121
git pull
2222
emsdk.bat install latest
2323
emsdk.bat activate latest
24-
shell: cmd
25-
- name: Generate
26-
run: |
2724
emsdk_env.bat
2825
echo %PATH%
2926
emcmake.bat cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget

0 commit comments

Comments
 (0)