Skip to content

Commit f5c59a4

Browse files
committed
Fix test using download-ci-llvm=true on CI
1 parent e288faa commit f5c59a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/builder/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ fn test_prebuilt_llvm_config_path_resolution() {
10741074
let config = configure(
10751075
r#"
10761076
[llvm]
1077-
download-ci-llvm = true
1077+
download-ci-llvm = "if-unchanged"
10781078
"#,
10791079
);
10801080

0 commit comments

Comments
 (0)