Skip to content

Commit

Permalink
CI: resume using latest Emscripten
Browse files Browse the repository at this point in the history
Change for #6602 broke, supposedly because using old version of emsdk.
Initial reason for locking 3.1.37 was 3.1.38 had a bug, now fixed emscripten-core/emscripten#19363
  • Loading branch information
ocornut committed Jul 13, 2023
1 parent 3dc3aef commit 77eba4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,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 3.1.37
emsdk-master/emsdk activate 3.1.37
emsdk-master/emsdk install latest
emsdk-master/emsdk activate latest

This comment has been minimized.

Copy link
@dejon8900

dejon8900 Sep 8, 2023

hi

- name: Build example_sdl2_opengl3 with Emscripten
run: |
Expand Down

0 comments on commit 77eba4d

Please sign in to comment.