diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 999a8f38d..03562169b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v3 - name: Free up disk space - if: ${{ inputs.build_multiarch }} + #if: ${{ inputs.build_multiarch }} shell: bash # workaround: https://github.com/jlumbroso/free-disk-space/issues/9 # copied from https://github.com/hirnidrin/free-disk-space/blob/4bacba7c412c8ace26b87b5b79977da05137e69d/action.yml @@ -142,7 +142,7 @@ jobs: sudo apt-get remove -y 'php.*' sudo apt-get remove -y '^mongodb-.*' sudo apt-get remove -y '^mysql-.*' - sudo apt-get remove -y azure-cli google-cloud-sdk google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri + sudo apt-get remove -y azure-cli google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri sudo apt-get autoremove -y sudo apt-get clean