Skip to content

Commit

Permalink
fix gh action script for building the raw emscripten samples
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jul 17, 2023
1 parent 1b39960 commit 856f2d2
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 @@ -93,9 +93,9 @@ jobs:
- name: sapp-webgl2-wasm-ninja-release
run: python3 fips build sapp-webgl2-wasm-ninja-release
- name: webgl2-wasm-ninja-debug
run: python3 fips make cube-emsc webgl2-wasm-ninja-debug
run: python3 fips build webgl2-wasm-ninja-debug
- name: webgl2-wasm-ninja-release
run: python3 fips make cube-emsc webgl2-wasm-ninja-release
run: python3 fips build webgl2-wasm-ninja-release
android:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 856f2d2

Please sign in to comment.