diff --git a/.gitea/workflows/linux-mips64-gcc.yml b/.gitea/workflows/linux-mips64-gcc.yml index 3d3b004..dc777b9 100644 --- a/.gitea/workflows/linux-mips64-gcc.yml +++ b/.gitea/workflows/linux-mips64-gcc.yml @@ -49,13 +49,6 @@ jobs: git fetch --depth=1 origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65 git checkout f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65 - - name: rerun-on-checkout-failure - if: steps.cache-qemu.outputs.cache-hit != 'true' && failure() - env: - GH_HOST: ${GITHUB_SERVER_URL#https://} - GH_TOKEN: ${{ github.token }} - run: gh run rerun ${{ github.run_id }} --failed - - name: install-qemu-build-deps if: steps.cache-qemu.outputs.cache-hit != 'true' run: |