Skip to content

Commit 159cce1

Browse files
committed
fix AppVeyor
1 parent 081837e commit 159cce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ environment:
33
PROJECT_NAME: miri
44
matrix:
55
- TARGET: x86_64-pc-windows-msvc
6-
#- TARGET: i686-pc-windows-msvc
6+
- TARGET: i686-pc-windows-msvc
77

88
# branches to build
99
branches:
@@ -42,7 +42,7 @@ test_script:
4242
- cargo test --release --all-features
4343
# Test cargo integration
4444
- cd test-cargo-miri
45-
- python3 run-test.py
45+
- '"C:\msys64\mingw64\bin\python3.exe" run-test.py'
4646

4747
after_test:
4848
# Don't cache "master" toolchain, it's a waste

0 commit comments

Comments
 (0)