3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-07-19 12:52:05 +00:00
This commit is contained in:
Arsenii Lyashenko 2025-06-27 19:04:58 +04:00
parent 5b4f3d946b
commit 0397dead2f

View file

@ -15,7 +15,7 @@ export class Workspace {
const meta: Meta = JSON.parse(
await getCmdOutput("cargo", ["metadata", "--all-features", "--format-version", "1", ...extraArgs], {
cwd: this.root,
env: {"CARGO_ENCODED_RUSTFLAGS": ""},
env: { "CARGO_ENCODED_RUSTFLAGS": "" },
}),
);
core.debug(`workspace "${this.root}" has ${meta.packages.length} packages`);