Skip to content

Commit

Permalink
[GitHub] Install 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 114e475 commit f4d9355
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/emscripten-webgl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Apt Update
run: sudo apt update
- name: Apt Install
run: sudo apt install ninja-build --yes --quiet
- name: Get Submodules
run: ./get_dlc
- name: Compile (kmake)
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/emscripten-webgpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Apt Update
run: sudo apt update
- name: Apt Install
run: sudo apt install ninja-build --yes --quiet
- name: Get Submodules
run: ./get_dlc
- name: Compile (kmake)
Expand Down

0 comments on commit f4d9355

Please sign in to comment.