Skip to content

Commit 986c91e

Browse files
committed
Disable removing large-packages
1 parent eb93214 commit 986c91e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
- name: Free Disk Space (Ubuntu)
2929
uses: jlumbroso/free-disk-space@main
3030
with:
31-
# this might remove tools that are actually needed,
32-
# if set to "true" but frees about 6 GB
31+
# This might remove tools that are actually needed, if set to "true" but frees about 6 GB
3332
tool-cache: false
34-
# all of these default to true, but we should only need the 'android' one (and maybe swap-storage?)
33+
# All of these default to true, but we should only need the 'android' one (and maybe swap-storage?)
3534
android: false
3635
dotnet: true
3736
haskell: true
38-
large-packages: true
37+
# This takes way too long to run
38+
large-packages: false
3939
docker-images: true
4040
swap-storage: false
4141

0 commit comments

Comments
 (0)