Skip to content

Commit

Permalink
Update emulator-wasm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
visrealm committed Oct 28, 2023
1 parent 029ae3a commit c601bb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/emulator-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
with:
submodules: recursive

- name: Setup Ninja
uses: ashutoshvarma/setup-ninja@master
with:
# ninja version to download. Default: 1.10.0
version: 1.10.0

- name: Setup emscripten
working-directory: ${{ github.workspace }}
run: ./emconfig.bat ${{ env.OUTPUT_DIR }}
Expand Down

0 comments on commit c601bb1

Please sign in to comment.