Skip to content

Commit 8e924b3

Browse files
author
Julian LALU
committed
Try to fix Windows WASM
1 parent 687474c commit 8e924b3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/windows_wasm.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ 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: Generate
17+
- name: Install Emscripten
1818
run: |
1919
git clone https://github.com/emscripten-core/emsdk.git
2020
cd emsdk
2121
git pull
2222
./emsdk install latest
2323
./emsdk activate latest
24+
- name: Generate
25+
run: |
2426
./emsdk_env.ps1
25-
cd ..
2627
emcmake.bat cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
2728
- name: Build
2829
run: cmake --build target -- -j 16

emsdk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit efd71e9a2e9eacf4999a40d542f8b846ae81612e

0 commit comments

Comments
 (0)