Skip to content

Commit

Permalink
Attempt to free up more space for mishy's raw efi
Browse files Browse the repository at this point in the history
  • Loading branch information
ritiek authored Oct 21, 2024
1 parent 8dcd7d4 commit 4376f75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@ jobs:
- name: Maximize build space
uses: AdityaGarg8/remove-unwanted-software@v4.1
with:
verbose: 'true'
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
remove-large-packages: 'true'
remove-cached-tools: 'true'
remove-swapfile: 'true'
# Derivations are built under /tmp
- name: Bind mount /tmp
run: |
Expand Down

0 comments on commit 4376f75

Please sign in to comment.