Skip to content

Commit 38b95e8

Browse files
committed
Appveyor: Fix calling vcvarsall
1 parent b1f0ec0 commit 38b95e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test_script:
1717
- cargo build --release
1818
- cargo test
1919
- cargo test --release
20-
- "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
20+
- CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
2121
- dumpbin /disasm target/debug/librustc_builtins.rlib
2222
- dumpbin /disasm target/release/librustc_builtins.rlib
2323

0 commit comments

Comments
 (0)