diff --git a/.github/workflows/cross-compile.yml b/.github/workflows/cross-compile.yml index 32c4fe702e7..683105d53ed 100644 --- a/.github/workflows/cross-compile.yml +++ b/.github/workflows/cross-compile.yml @@ -60,7 +60,7 @@ jobs: if (-Not (Resolve-Path "target/*/debug/deps/test_win32-*.exe" | Test-Path)) { throw "Failed to find test_win32 executable." } - if: ! contains(matrix.target, 'gnullvm') + if: contains(matrix.target, 'gnullvm') == false - name: Test with build-std shell: pwsh