From 8d0b04f0fed0c300fa08f4683bb9e81afac4a5f8 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 10 Feb 2025 06:59:01 -0500 Subject: [PATCH] CI: Surround 'Windows' in quotes to fix GitHub Actions syntax Fixes #1300. --- .github/workflows/crux-llvm-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crux-llvm-build.yml b/.github/workflows/crux-llvm-build.yml index 5c28b84f6..324cd664a 100644 --- a/.github/workflows/crux-llvm-build.yml +++ b/.github/workflows/crux-llvm-build.yml @@ -202,7 +202,7 @@ jobs: run: cd crucible-debug && ../.github/ci.sh test pkg:crucible-debug # NOTE(lb): Not sure what's going on with these tests... and I don't # have a Windows machine to debug. - if: runner.os != Windows + if: runner.os != 'Windows' - shell: bash name: Test crucible-symio