diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e396eab191..680d35e957 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -79,6 +79,12 @@ jobs: OUT_DIR: "target/tmp" run: cargo run -p example-runner-wgpu-builder --release --no-default-features --features "use-installed-tools" + - name: build example shaders dev + if: ${{ matrix.target != 'aarch64-linux-android' && matrix.target != 'x86_64-apple-darwin' }} + env: + OUT_DIR: "target/tmp" + run: cargo run -p example-runner-wgpu-builder --no-default-features --features "use-installed-tools" + - name: Build WGPU Example for Android if: ${{ matrix.target == 'aarch64-linux-android' }} shell: bash