We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d591c9 commit be0d12eCopy full SHA for be0d12e
.github/workflows/windows_wasm.yml
@@ -12,10 +12,13 @@ jobs:
12
uses: actions/checkout@v3
13
- name: Install MinGW dependencies
14
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"
+ C:/msys64/usr/bin/pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain --noconfirm
+ $env:Path += ";C:\msys64\ucrt64\bin"
17
- name: Install Emscripten SDK
18
uses: mymindstorm/setup-emsdk@v14
19
+ with:
20
+ emsdk-version: latest
21
+ emsdk-dir: ${{ github.workspace }}/emsdk
22
- name: Generate
23
run: emcmake.bat cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
24
- name: Build
0 commit comments