diff --git a/.gitea/workflows/linux-mips64-gcc.yml b/.gitea/workflows/linux-mips64-gcc.yml index 4ae18b6..5c77b9b 100644 --- a/.gitea/workflows/linux-mips64-gcc.yml +++ b/.gitea/workflows/linux-mips64-gcc.yml @@ -45,8 +45,8 @@ jobs: sudo apt-get install -y autoconf automake autotools-dev ninja-build - name: checkout-qemu + #uses: actions/checkout@v4 if: steps.cache-qemu.outputs.cache-hit != 'true' - uses: actions/checkout@v4 run: | mkdir qemu && cd qemu git init