Skip to content

Commit 65a93eb

Browse files
committed
try to make the Windows CI not rebuild Miri
1 parent 829969e commit 65a93eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ build_script:
3333
- set RUSTFLAGS=-C debug-assertions
3434
# Build and install miri
3535
- cargo build --release --all-features --all-targets
36-
- cargo install --all-features --force --path .
36+
- cargo install --all-features --force --path . --locked --offline
3737
# Get ourselves a MIR-full libstd, and use it henceforth
3838
- cargo miri setup
3939
- set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\miri\miri\cache\HOST

0 commit comments

Comments
 (0)