Skip to content

Commit

Permalink
ci: try to maximise space again
Browse files Browse the repository at this point in the history
  • Loading branch information
soopyc authored Dec 9, 2024
1 parent be4525f commit c0f9d94
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ jobs:
group: CI
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
uses: AdityaGarg8/remove-unwanted-software@master
with:
overprovision-lvm: 'true'
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
remove-android: 'true'
remove-dotnet: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
remove-large-packages: 'true'
remove-cached-tools: 'true'
remove-swapfile: 'true'
- name: Checkout
uses: actions/checkout@v4
- name: "Install Nix"
Expand Down

0 comments on commit c0f9d94

Please sign in to comment.