forked from lthn/blockchain
gha conan cache
This commit is contained in:
parent
2a20bef11b
commit
39e7eafe5e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cli-testnet.yml
vendored
3
.github/workflows/cli-testnet.yml
vendored
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
- os: ubuntu-latest
|
||||
env:
|
||||
CCACHE_TEMPDIR: ${{ github.workspace }}/ccache
|
||||
CONAN_HOME: "${{ github.workspace }}/build/"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -62,7 +63,7 @@ jobs:
|
|||
cache-name: cache-conan-modules
|
||||
with:
|
||||
save-always: true
|
||||
path: ${{ env.CONAN_USER_HOME }}
|
||||
path: ${{ env.CONAN_HOME }}
|
||||
key: host-${{ runner.os }}-target-${{ runner.os }}-${{ hashFiles('conanfile.py') }}
|
||||
- name: Install Conan
|
||||
run: pip install conan pytest && conan --version
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue