mirror of
https://github.com/danbulant/cushy
synced 2026-06-18 22:11:34 +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
d7fde0815f
commit
97ab3cd1a3
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
|
||||
# term it would be nice to have a reliable way to run Mac CI with a
|
||||
# GPU adapter available.
|
||||
NO_ADAPTER: ${{ matris.os == "macos-stable" && "github-ci" || "" }}
|
||||
NO_ADAPTER: ${{ matrix.os == "macos-stable" && "github-ci" || "" }}
|
||||
Loading…
Reference in a new issue