diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c8078d..4c048ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,11 +38,7 @@ jobs: is_stable_version: true 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