Skip to content

Commit

Permalink
Merge pull request #1301 from GaloisInc/T1300-fix-single-quotes-in-gi…
Browse files Browse the repository at this point in the history
…thub-actions-syntax

CI: Surround 'Windows' in quotes to fix GitHub Actions syntax
  • Loading branch information
RyanGlScott authored Feb 10, 2025
2 parents d9d63fd + 8d0b04f commit 18c710c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crux-llvm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18c710c

Please sign in to comment.