Skip to content

Commit 9571d28

Browse files
committed
Introduce an option to skip the tool cache
1 parent 6a7c903 commit 9571d28

File tree

4 files changed

+161
-135
lines changed

4 files changed

+161
-135
lines changed

action.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,18 @@ inputs:
7777
default: false
7878
required: false
7979

80+
skip_tool_cache:
81+
description: |-
82+
Skip transferring the downloaded artifacts into the runner's tool cache.
83+
On GitHub-managed runners, this makes no difference since they are
84+
ephemeral. On self-hosted runners, this controls whether the downloads are
85+
cached stored on the disk.
86+
87+
For backwards-compatibility, this is is "false" by default. Setting the
88+
value to "true" can significantly speed up installation times.
89+
default: false
90+
required: false
91+
8092
outputs:
8193
version:
8294
description: |-

0 commit comments

Comments
 (0)