1
Fork 0

Fix test using download-ci-llvm=true on CI

This commit is contained in:
Jakub Beránek 2025-03-21 12:23:44 +01:00
parent e288faa4b0
commit f5c59a444f

View file

@ -1074,7 +1074,7 @@ fn test_prebuilt_llvm_config_path_resolution() {
let config = configure( let config = configure(
r#" r#"
[llvm] [llvm]
download-ci-llvm = true download-ci-llvm = "if-unchanged"
"#, "#,
); );