mirror of
https://github.com/danbulant/cushy
synced 2026-07-05 19:20:36 +00:00
Trying to make Mac CI fail gracefully
This message may be repeated multiple times as I work on the CI configuration.
This commit is contained in:
parent
97ab3cd1a3
commit
7500a6b20f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -52,4 +52,4 @@ jobs:
|
||||||
# to create a wgpu Adapter to cause unit test failures on CI. Long
|
# to create a wgpu Adapter to cause unit test failures on CI. Long
|
||||||
# term it would be nice to have a reliable way to run Mac CI with a
|
# term it would be nice to have a reliable way to run Mac CI with a
|
||||||
# GPU adapter available.
|
# GPU adapter available.
|
||||||
NO_ADAPTER: ${{ matrix.os == "macos-stable" && "github-ci" || "" }}
|
NO_ADAPTER: ${{ matrix.os == 'macos-stable' && 'github-ci' || '' }}
|
||||||
Loading…
Reference in a new issue