diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e78e4fdf2..cbab935490 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,13 @@ jobs: - recipe-dx.yml steps: + - name: Maximize build space + uses: AdityaGarg8/remove-unwanted-software@v1 + with: + remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' + # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action uses: actions/checkout@v4