From 6706bf08f7aec52886c368791b0bd3fcea18f26d Mon Sep 17 00:00:00 2001 From: tiopex <67048640+tiopex@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:43:14 +0200 Subject: [PATCH] Update rootfs.yml --- .github/workflows/rootfs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rootfs.yml b/.github/workflows/rootfs.yml index 03411987..9d2026e8 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-off + ${{ inputs.submodule }}-musl-ccache- - name: build #if: steps.cache.outputs.cache-hit != 'true'