Skip to content

Commit 6a449be

Browse files
authored
Update cache key and swiftshader reference
1 parent b471a59 commit 6a449be

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
@@ -108,14 +108,14 @@ jobs:
108108
uses: actions/cache@v4
109109
with:
110110
path: swiftshader-install
111-
key: swiftshader-${{ matrix.vs-version }}-x64-install-20251130
111+
key: swiftshader-${{ matrix.vs-version }}-x64-install-20251201
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
115115
with:
116116
repository: google/swiftshader
117117
path: swiftshader
118-
ref: de870ac7518fe2b6bb651ecc22fc36647cf7b986
118+
ref: 498a6f760dea6cdda0302406c49b8fbb09b9af92
119119
- name: checkout-swiftshader-submodules
120120
if: matrix.vs-version != 'vs2015' && matrix.vs-version != 'vs2017' && steps.cache-swiftshader.outputs.cache-hit != 'true'
121121
run: |

0 commit comments

Comments
 (0)