diff --git a/.github/workflows/crux-llvm-build.yml b/.github/workflows/crux-llvm-build.yml index f72997fd4..5c28b84f6 100644 --- a/.github/workflows/crux-llvm-build.yml +++ b/.github/workflows/crux-llvm-build.yml @@ -200,7 +200,9 @@ jobs: - shell: bash name: Test crucible-debug run: cd crucible-debug && ../.github/ci.sh test pkg:crucible-debug - if: runner.os == 'Linux' + # 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 - shell: bash name: Test crucible-symio