mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
CI: Fix emscripten builds that broke due behavior change of emscripten SDK.
This commit is contained in:
parent
a1d2c6fad9
commit
0d03e1fafa
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -394,7 +394,9 @@ jobs:
|
|||
|
||||
- name: Build example_emscripten
|
||||
run: |
|
||||
source emsdk-master/emsdk_env.sh
|
||||
pushd emsdk-master
|
||||
source ./emsdk_env.sh
|
||||
popd
|
||||
make -C examples/example_emscripten
|
||||
|
||||
Static-Analysis:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue