remove reusable cache

This commit is contained in:
tiopex
2023-03-19 10:08:54 +01:00
parent 52c0a95984
commit 81abb23927
+2 -2
View File
@@ -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