ci: try to maximise space again
This commit is contained in:
parent
be4525f54f
commit
c0f9d94b37
1 changed files with 9 additions and 7 deletions
16
.github/workflows/CI.yml
vendored
16
.github/workflows/CI.yml
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue