3
0
Fork 0
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:
Gunnar André Saxvik-Lilleaasen 2024-09-17 09:34:38 +02:00
parent ba53a2152f
commit 5f75ff48e2
No known key found for this signature in database

4
dist/save/index.js vendored
View file

@ -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();