Skip to content

Commit c30f25c

Browse files
committed
fix: Actually clean target.
1 parent c33bc5a commit c30f25c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonrepo/setup-rust",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A GitHub action for setting up Rust and Cargo.",
55
"main": "dist/index.js",
66
"scripts": {

src/cargo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ export async function saveCache() {
189189
}
190190

191191
await cleanCargoRegistry();
192+
await cleanTargetProfile();
192193

193194
core.info(`Saving cache with key ${primaryKey}`);
194195

0 commit comments

Comments
 (0)