Skip to content

Commit 9be942e

Browse files
zanciksLegNeato
authored andcommitted
Blocking cargo build dev on Mac
1 parent 9ece6ff commit 9be942e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: cargo run -p example-runner-wgpu-builder --release --no-default-features --features "use-installed-tools"
8181

8282
- name: build example shaders dev
83-
if: ${{ matrix.target != 'aarch64-linux-android' }}
83+
if: ${{ matrix.target != 'aarch64-linux-android' && matrix.target != 'x86_64-apple-darwin' }}
8484
env:
8585
OUT_DIR: "target/tmp"
8686
run: cargo run -p example-runner-wgpu-builder --no-default-features --features "use-installed-tools"

0 commit comments

Comments
 (0)