mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-13 16:29:54 +02:00
CI: imscripten fastcomp backend is now deprecated (#3402)
Fastcomp backend was introduced here: 14b18697e6
Emscripten changelog: https://emscripten.org/docs/introducing_emscripten/release_notes.html?highlight=2.0.0:%2008/10/2020
Emscripten issue: https://github.com/emscripten-core/emsdk/pull/590
Updated CHANGELOG.txt
This commit is contained in:
committed by
GitHub
parent
214dd68ec1
commit
0e5b1ea297
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -389,8 +389,8 @@ jobs:
|
||||
wget -q https://github.com/emscripten-core/emsdk/archive/master.tar.gz
|
||||
tar -xvf master.tar.gz
|
||||
emsdk-master/emsdk update
|
||||
emsdk-master/emsdk install latest-fastcomp
|
||||
emsdk-master/emsdk activate latest-fastcomp
|
||||
emsdk-master/emsdk install latest
|
||||
emsdk-master/emsdk activate latest
|
||||
|
||||
- name: Build example_emscripten
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user