Skip to content

Commit

Permalink
Maybe like that?
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Jul 12, 2022
1 parent 2e5197c commit 1dfb13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dfb13e

Please sign in to comment.