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 8bc64cc commit b471a59Copy full SHA for b471a59
.github/workflows/windows.yml
@@ -91,7 +91,7 @@ jobs:
91
uses: actions/cache@v4
92
with:
93
path: "protobuf-install"
94
- key: protobuf-${{ matrix.vs-version }}-x64-install-3
+ key: protobuf-${{ matrix.vs-version }}-x64-install-4
95
- name: protobuf
96
if: steps.cache-protobuf.outputs.cache-hit != 'true'
97
run: |
@@ -108,7 +108,7 @@ jobs:
108
109
110
path: swiftshader-install
111
- key: swiftshader-${{ matrix.vs-version }}-x64-install-20251010
+ key: swiftshader-${{ matrix.vs-version }}-x64-install-20251130
112
- name: checkout-swiftshader
113
if: matrix.vs-version != 'vs2015' && matrix.vs-version != 'vs2017' && steps.cache-swiftshader.outputs.cache-hit != 'true'
114
uses: actions/checkout@v6
0 commit comments