Skip to content

Commit f1099b4

Browse files
committed
SAIL: Simplify cache keys
1 parent 343253b commit f1099b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
uses: actions/cache@v4
113113
with:
114114
path: vcpkg
115-
key: vcpkg-${{ runner.os }}-${{ matrix.config.name }}-${{ hashFiles('vcpkg.json') }}
115+
key: vcpkg-${{ hashFiles('vcpkg.json') }}
116116

117117
- name: Set up vcpkg
118118
shell: bash

.github/workflows/build-python-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/cache@v4
4949
with:
5050
path: vcpkg
51-
key: vcpkg-${{ runner.os }}-Python-${{ hashFiles('vcpkg.json') }}
51+
key: vcpkg-${{ hashFiles('vcpkg.json') }}
5252

5353
- name: Set up vcpkg (Windows)
5454
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)