File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments