diff options
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 744ef2b2b24..94a5efb3a2f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -131,7 +131,7 @@ install: - handle.exe -accepteula -help # Attempt to debug sccache failures - - set RUST_LOG=sccache + - set RUST_LOG=sccache=debug - set SCCACHE_ERROR_LOG=%CD%/sccache.log test_script: |
