mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-18 05:57:49 +02:00
🐛 Fixed cache key
This commit is contained in:
parent
e776bbf9c2
commit
e7e5305102
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'
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
key: ${{ steps.conan-cache.outputs.cache-primary-key }}
|
||||
key: conan-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles('conanfile.py') }}
|
||||
path: ~/.conan2/
|
||||
|
||||
- name: Configure CMake
|
||||
|
|
Loading…
Reference in a new issue