From 9cdef518d133e983191b69cce78c820bff33193b Mon Sep 17 00:00:00 2001 From: tiopex <67048640+tiopex@users.noreply.github.com> Date: Mon, 27 Mar 2023 19:53:06 +0200 Subject: [PATCH] Update rootfs.yml --- .github/workflows/rootfs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rootfs.yml b/.github/workflows/rootfs.yml index 13b15bde..03411987 100644 --- a/.github/workflows/rootfs.yml +++ b/.github/workflows/rootfs.yml @@ -92,7 +92,7 @@ jobs: path: ~/.buildroot-ccache key: ${{ inputs.submodule }}-musl-ccache-${{ github.sha }} restore-keys: | - ${{ inputs.submodule }}-musl-ccache- + ${{ inputs.submodule }}-musl-ccache-off - name: build #if: steps.cache.outputs.cache-hit != 'true' @@ -112,4 +112,4 @@ jobs: with: name: SDK (musl) path: ${{ inputs.submodule || '.' }}/output/images/arm-miyoo-linux-musleabi_sdk-buildroot.tar.gz - if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn` \ No newline at end of file + if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`