Skip to content

Commit 025e229

Browse files
committed
windows-minimal-config.json
1 parent 89b9c32 commit 025e229

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
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
}

0 commit comments

Comments
 (0)