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
|
||||
run: |
|
||||
source emsdk-master/emsdk_env.sh
|
||||
pushd emsdk-master
|
||||
source ./emsdk_env.sh
|
||||
popd
|
||||
make -C examples/example_emscripten
|
||||
|
||||
Static-Analysis:
|
||||
|
|
Loading…
Reference in New Issue