File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 7575 aws_instance_type : ${{ env.AWS_INSTANCE_TYPE }}
7676
7777 - name : Clean Vcpkg Directory
78- if : ${{ matrix.os == 'windows-2022' }}
78+ # if: ${{ matrix.os == 'windows-2022' }}
7979 working-directory : C:\vcpkg
8080 run : git clean -ffdx
8181
Original file line number Diff line number Diff line change 11{
22 "include" : [
33 {
4- "os" : " windows-2022 " ,
4+ "os" : " windows-2019 " ,
55 "runner" : [" windows-2022" ],
6- "config" : " Release " ,
6+ "config" : " Debug " ,
77 "build_system" : " MSBuild" ,
88 "vc-path" : " C:\\ Program Files\\ Microsoft Visual Studio\\ 2022\\ Enterprise" ,
9- "CUDA-VERSION" : " 12.0.1.52833 " ,
10- "CUDA-MAJOR" : " 12 " ,
11- "CUDA-MINOR" : " 0 " ,
12- "vcpkg-version" : " __VCPKG_VERSION_VS22__ "
9+ "CUDA-VERSION" : " 11.4.2.47141 " ,
10+ "CUDA-MAJOR" : " 11 " ,
11+ "CUDA-MINOR" : " 4 " ,
12+ "vcpkg-version" : " __VCPKG_VERSION_VS19__ "
1313 },
1414 {
15- "os" : " windows-2022 " ,
15+ "os" : " windows-2019 " ,
1616 "runner" : [" windows-2022" ],
17- "config" : " Release " ,
17+ "config" : " Debug " ,
1818 "build_system" : " CMake" ,
1919 "vc-path" : " C:\\ Program Files\\ Microsoft Visual Studio\\ 2022\\ Enterprise" ,
20- "CUDA-VERSION" : " 12.0.1.52833 " ,
21- "CUDA-MAJOR" : " 12 " ,
22- "CUDA-MINOR" : " 0 " ,
23- "vcpkg-version" : " __VCPKG_VERSION_VS22__ "
20+ "CUDA-VERSION" : " 11.4.2.47141 " ,
21+ "CUDA-MAJOR" : " 11 " ,
22+ "CUDA-MINOR" : " 4 " ,
23+ "vcpkg-version" : " __VCPKG_VERSION_VS19__ "
2424 }
2525 ]
2626}
You can’t perform that action at this time.
0 commit comments