We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2e08f commit fdebecbCopy full SHA for fdebecb
.appveyor.yml
@@ -38,6 +38,7 @@ install:
38
- cargo --version
39
40
test_script:
41
+- set PYTHON=C:\msys64\mingw64\bin\python3.exe
42
- bash ci.sh
43
44
after_test:
ci.sh
@@ -29,7 +29,7 @@ function run_tests {
29
fi
30
# "miri test" has built the sysroot for us, now this should pass without
31
# any interactive questions.
32
- test-cargo-miri/run-test.py
+ ${PYTHON:-python3} test-cargo-miri/run-test.py
33
34
echo
35
}
0 commit comments