fix: Actually clean target.

This commit is contained in:
Miles Johnson 2023-04-17 19:07:04 -07:00
parent c33bc5a232
commit c30f25ce4b
2 changed files with 2 additions and 1 deletions

View file

@ -189,6 +189,7 @@ export async function saveCache() {
}
await cleanCargoRegistry();
await cleanTargetProfile();
core.info(`Saving cache with key ${primaryKey}`);