🐛 Fixed cache key

This commit is contained in:
Edgar 2025-03-07 21:05:04 +01:00 committed by Julian Groß
parent bcaf0d2653
commit 91dd7c2e9a

View file

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