We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343253b commit f1099b4Copy full SHA for f1099b4
.github/workflows/build-and-test.yml
@@ -112,7 +112,7 @@ jobs:
112
uses: actions/cache@v4
113
with:
114
path: vcpkg
115
- key: vcpkg-${{ runner.os }}-${{ matrix.config.name }}-${{ hashFiles('vcpkg.json') }}
+ key: vcpkg-${{ hashFiles('vcpkg.json') }}
116
117
- name: Set up vcpkg
118
shell: bash
.github/workflows/build-python-wheels.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
- key: vcpkg-${{ runner.os }}-Python-${{ hashFiles('vcpkg.json') }}
52
53
- name: Set up vcpkg (Windows)
54
if: runner.os == 'Windows'
0 commit comments