mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-22 10:38:43 +00:00
fix: Actually clean target.
This commit is contained in:
parent
c33bc5a232
commit
c30f25ce4b
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@moonrepo/setup-rust",
|
"name": "@moonrepo/setup-rust",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"description": "A GitHub action for setting up Rust and Cargo.",
|
"description": "A GitHub action for setting up Rust and Cargo.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -189,6 +189,7 @@ export async function saveCache() {
|
||||||
}
|
}
|
||||||
|
|
||||||
await cleanCargoRegistry();
|
await cleanCargoRegistry();
|
||||||
|
await cleanTargetProfile();
|
||||||
|
|
||||||
core.info(`Saving cache with key ${primaryKey}`);
|
core.info(`Saving cache with key ${primaryKey}`);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue