3
0
Fork 0
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:
Edgar 2025-03-07 21:05:04 +01:00 committed by Julian Groß
parent e776bbf9c2
commit e7e5305102

View file

@ -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