diff --git a/.gitea/workflows/linux-mips64-gcc.yml b/.gitea/workflows/linux-mips64-gcc.yml index 9fb7178..42505b1 100644 --- a/.gitea/workflows/linux-mips64-gcc.yml +++ b/.gitea/workflows/linux-mips64-gcc.yml @@ -22,9 +22,8 @@ jobs: id: cache-qemu uses: actions/cache@v3 with: - with: - path: qemu-install - key: qemu-mips64el-install-20220502-2 + path: qemu-install + key: qemu-mips64el-install-20220502-2 - name: install-qemu-build-deps if: steps.cache-qemu.outputs.cache-hit != 'true' run: |