mirror of
https://github.com/Swatinem/rust-cache
synced 2025-04-22 03:26:42 +00:00
Rebuild dist js.
This commit is contained in:
parent
ba53a2152f
commit
5f75ff48e2
1 changed files with 3 additions and 1 deletions
4
dist/save/index.js
vendored
4
dist/save/index.js
vendored
|
@ -88832,7 +88832,9 @@ async function run() {
|
|||
config.printInfo(cacheProvider);
|
||||
core.info("");
|
||||
// TODO: remove this once https://github.com/actions/toolkit/pull/553 lands
|
||||
await macOsWorkaround();
|
||||
if (process.env["RUNNER_OS"] == "macOS") {
|
||||
await macOsWorkaround();
|
||||
}
|
||||
const allPackages = [];
|
||||
for (const workspace of config.workspaces) {
|
||||
const packages = await workspace.getPackagesOutsideWorkspaceRoot();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue