File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 sd-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-${{ steps.system-info.outputs.OS_TYPE }}-${{ steps.system-info.outputs.OS_NAME }}-${{ steps.system-info.outputs.OS_VERSION }}-${{ steps.system-info.outputs.CPU_ARCH }}.zip
147147
148148 windows-latest-cmake :
149- runs-on : windows-2025
149+ runs-on : windows-2022
150150
151151 env :
152152 VULKAN_VERSION : 1.4.328.1
@@ -200,8 +200,8 @@ jobs:
200200 run : |
201201 mkdir build
202202 cd build
203- cmake .. -DCMAKE_CXX_FLAGS='/bigobj' -G Ninja -DCMAKE_C_COMPILER=cl.exe -DCMAKE_CXX_COMPILER=cl.exe ${{ matrix.defines }}
204- cmake --build . --config Release
203+ cmake .. -DCMAKE_CXX_FLAGS='/bigobj' -G Ninja -DCMAKE_C_COMPILER=cl.exe -DCMAKE_CXX_COMPILER=cl.exe -DCMAKE_BUILD_TYPE=Release ${{ matrix.defines }}
204+ cmake --build .
205205
206206 - name : Check AVX512F support
207207 id : check_avx512f
You can’t perform that action at this time.
0 commit comments