mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-29 21:40:01 +00:00
fix: Actually clean target.
This commit is contained in:
parent
c33bc5a232
commit
c30f25ce4b
2 changed files with 2 additions and 1 deletions
|
@ -189,6 +189,7 @@ export async function saveCache() {
|
|||
}
|
||||
|
||||
await cleanCargoRegistry();
|
||||
await cleanTargetProfile();
|
||||
|
||||
core.info(`Saving cache with key ${primaryKey}`);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue