diff --git a/.github/actions/pull_images/action.yml b/.github/actions/pull_images/action.yml index ca1c21bb661..d004f19f635 100644 --- a/.github/actions/pull_images/action.yml +++ b/.github/actions/pull_images/action.yml @@ -22,6 +22,9 @@ inputs: runs: using: composite steps: + - name: Maximize build space + uses: easimon/maximize-build-space@c28619d8999a147d5e09c1199f84ff6af6ad5794 # master + - name: Get image list shell: bash run: | @@ -37,10 +40,6 @@ runs: username: ${{ inputs.dockerhub_username }} password: ${{ inputs.dockerhub_token }} - - name: clean-up - shell: bash - run: sudo rm -rf /usr/local/lib/android - #retry - name: Pull uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2