From 7500a6b20f6c36657c62793559613c85b4918886 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Mon, 8 Jan 2024 09:20:10 -0800 Subject: [PATCH] Trying to make Mac CI fail gracefully This message may be repeated multiple times as I work on the CI configuration. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8b9a8d0..e977655 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: ${{ matrix.os == "macos-stable" && "github-ci" || "" }} \ No newline at end of file + NO_ADAPTER: ${{ matrix.os == 'macos-stable' && 'github-ci' || '' }} \ No newline at end of file