Skip to content

Commit dab33c7

Browse files
committed
.github: workflows: presubmit.yaml: tweak free-disk-space options
Signed-off-by: Ying-Chun Liu (PaulLiu) <[email protected]>
1 parent 33c6743 commit dab33c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/presubmit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ jobs:
164164
with:
165165
large-packages: false
166166
swap-storage: false
167+
tool-cache: true
167168
- name: Checkout repository
168169
uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # aka v2
169170
- name: Mount Bazel cache
@@ -186,6 +187,7 @@ jobs:
186187
with:
187188
docker-images: false
188189
swap-storage: false
190+
tool-cache: true
189191
- name: checkout repository
190192
uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # aka v2
191193
- name: Mount Bazel cache

0 commit comments

Comments
 (0)