We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed32960 commit 9ece6ffCopy full SHA for 9ece6ff
.github/workflows/ci.yaml
@@ -79,6 +79,12 @@ jobs:
79
OUT_DIR: "target/tmp"
80
run: cargo run -p example-runner-wgpu-builder --release --no-default-features --features "use-installed-tools"
81
82
+ - name: build example shaders dev
83
+ if: ${{ matrix.target != 'aarch64-linux-android' }}
84
+ env:
85
+ OUT_DIR: "target/tmp"
86
+ run: cargo run -p example-runner-wgpu-builder --no-default-features --features "use-installed-tools"
87
+
88
- name: Build WGPU Example for Android
89
if: ${{ matrix.target == 'aarch64-linux-android' }}
90
shell: bash
0 commit comments