1
0
Fork 0
forked from lthn/blockchain

ci host/target cache keys

This commit is contained in:
Snider 2024-03-21 19:28:22 +00:00
parent 2503764329
commit 70c79745f1

View file

@ -54,8 +54,7 @@ jobs:
- uses: actions/cache@v3
with:
path: ${{ github.workspace }}/ccache
key: ccache-${{ runner.os }}-build-testnet-cli
restore-keys: ccache-${{ runner.os }}-build-testnet-cli
key: ccache-${{ runner.os }}-${{ matrix.os }}-build-testnet-cli
- name: Using the builtin GitHub Cache Action for .conan
id: github-cache-conan
uses: actions/cache@v4
@ -64,7 +63,7 @@ jobs:
with:
save-always: true
path: ${{ env.CONAN_HOME }}
key: host-${{ runner.os }}-target-${{ runner.os }}-${{ hashFiles('contrib/cmake/conanfile.py') }}
key: host-${{ runner.os }}-target-${{ matrix.os }}-${{ hashFiles('contrib/cmake/conanfile.py') }}
- name: Install Conan
run: pip install conan pytest && conan --version
- name: Setup CMake and Ninja