forked from lthn/blockchain
ci host/target cache keys
This commit is contained in:
parent
2503764329
commit
70c79745f1
1 changed files with 2 additions and 3 deletions
5
.github/workflows/cli-testnet.yml
vendored
5
.github/workflows/cli-testnet.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue