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