From fc4d168ea23d7a7166bbebecf492e2893cabb5e4 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:36:23 +0800 Subject: [PATCH] fix remove double with --- .gitea/workflows/linux-mips64-gcc.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: |