Skip to content

Commit

Permalink
CI: Fix Emscripten build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Feb 2, 2023
1 parent 1f1861d commit 46efed8
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 @@ -482,12 +482,12 @@ jobs:
emsdk-master/emsdk install latest
emsdk-master/emsdk activate latest
- name: Build example_emscripten_opengl3
- name: Build example_sdl_opengl3 with Emscripten
run: |
pushd emsdk-master
source ./emsdk_env.sh
popd
make -C examples/example_emscripten_opengl3
make -C examples/example_sdl_opengl3 -f Makefile.emscripten
- name: Build example_emscripten_wgpu
run: |
Expand Down

0 comments on commit 46efed8

Please sign in to comment.