Skip to content

Commit b128535

Browse files
committed
Remove diskspace
1 parent aa65adb commit b128535

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/Linux.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ jobs:
2727
VCPKG_TOOLCHAIN_PATH: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
2828

2929
steps:
30+
- name: Free disk space 1
31+
uses: endersonmenezes/[email protected]
32+
continue-on-error: true
33+
with:
34+
# remove_android: true # ~9.5GB in #52s
35+
# remove_dotnet: true
36+
remove_haskell: true # ~6.5GB in ~3s
37+
remove_tool_cache: true # ~4.8GB in ~17s
38+
# remove_swap: true
39+
# remove_packages_one_command: true # ~7.5 GB in ~94s
40+
testing: false
41+
3042
- name: Install required ubuntu packages
3143
run: |
3244
sudo apt-get update -y -qq

0 commit comments

Comments
 (0)