chore(ci): Switch to ublue-os fork of build space maximizer (#392)

* chore(ci): Switch to ublue-os fork of build space maximizer

* chore(ci): Update to ublue build maximizer v3
This commit is contained in:
Kyle Gospodnetich 2023-09-29 23:39:05 -07:00 committed by GitHub
parent 4ca5a6a188
commit 57e349649d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,11 +58,7 @@ jobs:
image_flavor: surface-nvidia
steps:
- 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@v3
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action