diff --git a/.github/workflows/actions/setup-qemu/action.yml b/.github/workflows/actions/setup-qemu/action.yml index 6419ee2373..1732f413bf 100644 --- a/.github/workflows/actions/setup-qemu/action.yml +++ b/.github/workflows/actions/setup-qemu/action.yml @@ -16,7 +16,7 @@ runs: path: qemu_build key: qemu-${{ inputs.qemu-version }} - name: Cache QEMU for loongarch - id: cache-qemu + id: cache-qemu-la uses: actions/cache/restore@v3 with: path: qemu_build_la