From 7233ab514a18e5f10da5ad3fddde82c98a604508 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Fri, 28 Feb 2020 15:57:55 +0100 Subject: gh actions emsc: only build a GLES2-compatible sample --- .github/workflows/main.yml | 4 ++-- 1 file 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: -- cgit v1.2.3