diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e9311db..0d7c8ee5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,11 +57,7 @@ jobs: major_version: 39 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@v6 # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action