From 1dfb13eeaa33cc2b621c9158c6ecdc807e3a2fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Miku=C5=82a?= Date: Tue, 12 Jul 2022 23:12:18 +0200 Subject: [PATCH] Maybe like that? --- .github/workflows/cross-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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