We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ece6ff commit 9be942eCopy full SHA for 9be942e
.github/workflows/ci.yaml
@@ -80,7 +80,7 @@ jobs:
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' }}
+ if: ${{ matrix.target != 'aarch64-linux-android' && matrix.target != 'x86_64-apple-darwin' }}
84
env:
85
OUT_DIR: "target/tmp"
86
run: cargo run -p example-runner-wgpu-builder --no-default-features --features "use-installed-tools"
0 commit comments