mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Use different caches for Windows CI
This commit is contained in:
parent
0beaa09e4f
commit
b7aab73781
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -401,7 +401,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
#path: ${VCPKG_INSTALLATION_ROOT}\installed
|
#path: ${VCPKG_INSTALLATION_ROOT}\installed
|
||||||
path: c:\vcpkg\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
|
- name: dependencies
|
||||||
if: steps.cache-dependencies.outputs.cache-hit != 'true'
|
if: steps.cache-dependencies.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue