From 81abb239271f7f8327454f1a9bf945410ccc2a1f Mon Sep 17 00:00:00 2001 From: tiopex Date: Sun, 19 Mar 2023 10:08:54 +0100 Subject: [PATCH] remove reusable cache --- .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 4597e450..b5addba6 100644 --- a/.github/workflows/rootfs.yml +++ b/.github/workflows/rootfs.yml @@ -35,7 +35,7 @@ jobs: id: cache - name: build - if: steps.cache.outputs.cache-hit != 'true' + #if: steps.cache.outputs.cache-hit != 'true' run: | cd ${{ inputs.submodule || '.' }} apt update && apt install -y wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev cpio rsync subversion @@ -81,7 +81,7 @@ jobs: id: cache - name: build - if: steps.cache.outputs.cache-hit != 'true' + #if: steps.cache.outputs.cache-hit != 'true' run: | cd ${{ inputs.submodule || '.' }} apt update && apt install -y wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev cpio rsync subversion