Skip to content

Commit 18b4ac7

Browse files
committed
chore: Updates
1 parent 2da0332 commit 18b4ac7

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

setup/dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup/dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup/src/setup.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ async function main(): Promise<void> {
1919
args.push('--tool-definitions', toolDefinitions);
2020
}
2121

22-
// Set tool cache pattern using GitHub Actions runner tool cache directory
23-
const runnerToolCache = process.env.RUNNER_TOOL_CACHE;
24-
const arch = process.env.RUNNER_ARCH ?? process.arch;
25-
if (runnerToolCache) {
26-
args.push('--install-dir-pattern', `${runnerToolCache}/{tool}/{version}/${arch}`);
27-
}
28-
2922
// Map tool inputs to fcli action arguments
3023
const tools = [
3124
'fcli',

0 commit comments

Comments
 (0)