mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:28:09 +02:00
🐛 Fixed cache key
This commit is contained in:
parent
bcaf0d2653
commit
91dd7c2e9a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -261,7 +261,7 @@ jobs:
|
||||||
if: always() && steps.conan-cache.cache-hit != 'true'
|
if: always() && steps.conan-cache.cache-hit != 'true'
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
key: ${{ steps.conan-cache.outputs.cache-primary-key }}
|
key: conan-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles('conanfile.py') }}
|
||||||
path: ~/.conan2/
|
path: ~/.conan2/
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
|
|
Loading…
Reference in a new issue