Skip to content

Commit b471a59

Browse files
authored
Update cache keys in Windows workflow
1 parent 8bc64cc commit b471a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/cache@v4
9292
with:
9393
path: "protobuf-install"
94-
key: protobuf-${{ matrix.vs-version }}-x64-install-3
94+
key: protobuf-${{ matrix.vs-version }}-x64-install-4
9595
- name: protobuf
9696
if: steps.cache-protobuf.outputs.cache-hit != 'true'
9797
run: |
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/cache@v4
109109
with:
110110
path: swiftshader-install
111-
key: swiftshader-${{ matrix.vs-version }}-x64-install-20251010
111+
key: swiftshader-${{ matrix.vs-version }}-x64-install-20251130
112112
- name: checkout-swiftshader
113113
if: matrix.vs-version != 'vs2015' && matrix.vs-version != 'vs2017' && steps.cache-swiftshader.outputs.cache-hit != 'true'
114114
uses: actions/checkout@v6

0 commit comments

Comments
 (0)