mirror of https://github.com/ocornut/imgui
CI: Fix emscripten builds that broke due behavior change of emscripten SDK.
This commit is contained in:
parent
a1d2c6fad9
commit
0d03e1fafa
|
@ -394,7 +394,9 @@ jobs:
|
||||||
|
|
||||||
- name: Build example_emscripten
|
- name: Build example_emscripten
|
||||||
run: |
|
run: |
|
||||||
source emsdk-master/emsdk_env.sh
|
pushd emsdk-master
|
||||||
|
source ./emsdk_env.sh
|
||||||
|
popd
|
||||||
make -C examples/example_emscripten
|
make -C examples/example_emscripten
|
||||||
|
|
||||||
Static-Analysis:
|
Static-Analysis:
|
||||||
|
|
Loading…
Reference in New Issue