Merge pull request #13 from tiopex/master

remove reusable cache
This commit is contained in:
tiopex
2023-03-19 10:11:15 +01:00
committed by GitHub

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