We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa65adb commit b128535Copy full SHA for b128535
.github/workflows/Linux.yml
@@ -27,6 +27,18 @@ jobs:
27
VCPKG_TOOLCHAIN_PATH: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
28
29
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
+
42
- name: Install required ubuntu packages
43
run: |
44
sudo apt-get update -y -qq
0 commit comments