Skip to content

Commit be0d12e

Browse files
author
Julian LALU
committed
Try to fix Windows WASM
1 parent 8d591c9 commit be0d12e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/windows_wasm.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ jobs:
1212
uses: actions/checkout@v3
1313
- name: Install MinGW dependencies
1414
run: |
15-
C:/msys64/usr/bin/pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain --noconfirm
16-
$env:Path += ";C:\msys64\ucrt64\bin"
15+
C:/msys64/usr/bin/pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain --noconfirm
16+
$env:Path += ";C:\msys64\ucrt64\bin"
1717
- name: Install Emscripten SDK
1818
uses: mymindstorm/setup-emsdk@v14
19+
with:
20+
emsdk-version: latest
21+
emsdk-dir: ${{ github.workspace }}/emsdk
1922
- name: Generate
2023
run: emcmake.bat cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
2124
- name: Build

0 commit comments

Comments
 (0)