Skip to content

Commit

Permalink
Blocking cargo build dev on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
zanciks authored and LegNeato committed Nov 10, 2024
1 parent 9ece6ff commit 9be942e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
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' }}
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"
Expand Down

0 comments on commit 9be942e

Please sign in to comment.