diff options
| author | Andre Weissflog <floooh@gmail.com> | 2020-02-28 15:57:55 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2020-02-28 15:57:55 +0100 |
| commit | 7233ab514a18e5f10da5ad3fddde82c98a604508 (patch) | |
| tree | 92a30a700a763308083d9142622dd309ceea93ea /.github/workflows/main.yml | |
| parent | 541bba718f1b490bee0202c71a88b45daccc277d (diff) | |
gh actions emsc: only build a GLES2-compatible sample
Diffstat (limited to '.github/workflows/main.yml')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c44786d9..c57a7790 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -176,11 +176,11 @@ jobs: - name: wasm-ninja-debug run: | cd workspace/sokol-samples - python fips build wasm-ninja-debug + python fips make cube-emsc wasm-ninja-debug - name: wasm-ninja-release run: | cd workspace/sokol-samples - python fips build wasm-ninja-release + python fips make cube-emsc wasm-ninja-release android: runs-on: ubuntu-latest steps: |