We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3d716 commit 07f3961Copy full SHA for 07f3961
.github/workflows/on_PR_meson.yaml
@@ -172,7 +172,7 @@ jobs:
172
run: |
173
python3 -m pip install meson ninja
174
- name: Emscripten
175
- uses: mymindstorm/setup-emsdk@v11
+ uses: mymindstorm/setup-emsdk@v12
176
- name: Compile
177
178
meson setup "${{github.workspace}}/build" --cross-file="${{github.workspace}}/em.txt" --wrap-mode=forcefallback -Ddefault_library=static -Dwarning_level=3 -Dcpp_std=c++20 -DunitTests=disabled
0 commit comments