ci: try to maximise space again

This commit is contained in:
Cassie Cheung 2024-12-09 13:40:31 +08:00 committed by GitHub
parent be4525f54f
commit c0f9d94b37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,14 +21,16 @@ jobs:
group: CI group: CI
steps: steps:
- name: Maximize build space - name: Maximize build space
uses: easimon/maximize-build-space@master uses: AdityaGarg8/remove-unwanted-software@master
with: with:
overprovision-lvm: 'true' remove-android: 'true'
remove-dotnet: 'true' remove-dotnet: 'true'
remove-android: 'true' remove-haskell: 'true'
remove-haskell: 'true' remove-codeql: 'true'
remove-codeql: 'true' remove-docker-images: 'true'
remove-docker-images: 'true' remove-large-packages: 'true'
remove-cached-tools: 'true'
remove-swapfile: 'true'
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: "Install Nix" - name: "Install Nix"