mirror of
https://github.com/Swatinem/rust-cache
synced 2026-07-07 15:26:19 +00:00
Fix Windows cache path validation after Rollup migration (#355)
This commit is contained in:
parent
6dfd3c5062
commit
a31add9f17
9 changed files with 297 additions and 2398 deletions
|
|
@ -31,6 +31,11 @@
|
|||
"@actions/warpbuild-cache": "npm:github-actions.warp-cache@1.4.7",
|
||||
"smol-toml": "^1.7.0"
|
||||
},
|
||||
"overrides": {
|
||||
"@actions/cache": {
|
||||
"@actions/glob": "$@actions/glob"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^29.0.3",
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue