Skip to content

Commit 68a9815

Browse files
committed
Re-enable tool-cache removal
1 parent e060a6d commit 68a9815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: jlumbroso/free-disk-space@main
3030
with:
3131
# This might remove tools that are actually needed, if set to "true" but frees about 6 GB
32-
tool-cache: false
32+
tool-cache: true
3333
# All of these default to true, but we should only need the 'android' one (and maybe swap-storage?)
3434
android: false
3535
dotnet: true

0 commit comments

Comments
 (0)