Skip to content

Commit

Permalink
chore: switch to ublue's unwanted software remover
Browse files Browse the repository at this point in the history
this is used by both bluefin & bazzite, and apparently removes a lot more useless things than the original
  • Loading branch information
xynydev committed Feb 12, 2024
1 parent bfb93ff commit b9ae5b5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ runs:
# building custom images might take a lot of space,
# so it's best to remove unneeded softawre
- name: Maximize build space
uses: AdityaGarg8/remove-unwanted-software@v1
with:
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
uses: ublue-os/remove-unwanted-software@v6

# clones user's repo
- uses: actions/checkout@v4
Expand Down

0 comments on commit b9ae5b5

Please sign in to comment.