Skip to content

Commit

Permalink
[GitHub] Use Ninja for emscripten builds
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Mar 15, 2024
1 parent f4d9355 commit d0b67d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten-webgl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Compile (kmake)
run: ./make emscripten --kinc . --from Tests/Empty
- name: Compile (emscripten)
run: git clone https://github.com/emscripten-core/emsdk.git && cd emsdk && ./emsdk install latest && ./emsdk activate latest && source ./emsdk_env.sh && cd ../build/Release && make
run: git clone https://github.com/emscripten-core/emsdk.git && cd emsdk && ./emsdk install latest && ./emsdk activate latest && source ./emsdk_env.sh && cd ../build/Release && ninja
2 changes: 1 addition & 1 deletion .github/workflows/emscripten-webgpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Compile (kmake)
run: ./make emscripten -g webgpu --kinc . --from Tests/Empty
- name: Compile (emscripten)
run: git clone https://github.com/emscripten-core/emsdk.git && cd emsdk && ./emsdk install latest && ./emsdk activate latest && source ./emsdk_env.sh && cd ../build/Release && make
run: git clone https://github.com/emscripten-core/emsdk.git && cd emsdk && ./emsdk install latest && ./emsdk activate latest && source ./emsdk_env.sh && cd ../build/Release && ninja

0 comments on commit d0b67d5

Please sign in to comment.