Skip to content

Commit 8d12864

Browse files
committed
fixup! Fix the test issues
1 parent 9cd04cc commit 8d12864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,7 @@ key_prefix = "cosprefix"
17581758
hash_working_directory: true,
17591759
max_size: 1028576,
17601760
rw_mode: CacheModeConfig::ReadWrite,
1761-
dir: "/tmp/.cache/sccache-preprocessor".into(),
1761+
dir: Some("/tmp/.cache/sccache-preprocessor".into()),
17621762
}),
17631763
},
17641764
dist: DistConfig {

0 commit comments

Comments
 (0)