Use different caches for Windows CI

This commit is contained in:
badaix 2025-01-28 22:00:57 +01:00
parent 0beaa09e4f
commit b7aab73781

View file

@ -401,7 +401,8 @@ jobs:
with:
#path: ${VCPKG_INSTALLATION_ROOT}\installed
path: c:\vcpkg\installed
key: ${{ runner.os }}-dependencies
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ matrix.build_type }}-ccache-${{ github.sha }}
restore-keys: ${{ runner.os }}-${{ matrix.compiler }}-${{ matrix.build_type }}-ccache-
- name: dependencies
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |