Skip to content

Commit c73dc68

Browse files
committed
CI: enable Windows "all" build
Since the normal build update to windows-2022 runner, that enforced CUDA 11.8, the CUDA installation is slow, anyways, so we can build all archs, anyways.
1 parent f709135 commit c73dc68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ccpp.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ jobs:
113113
cuda_installer: "https://developer.download.nvidia.com/compute/\
114114
cuda/11.8.0/network_installers/cuda_11.8.0_windows_network.exe"
115115
name_prefix: Windows
116-
# - conf: all
117-
# build_filename: GPUJPEG-Windows-all
118-
# cuda_arch: all
119-
# cuda_installer: "https://developer.download.nvidia.com/compute/\
120-
# cuda/12.8.0/network_installers/cuda_12.8.0_windows_network.exe"
121-
# name_prefix: Windows (all CUDA architectures)
116+
- conf: all
117+
build_filename: GPUJPEG-Windows-all
118+
cuda_arch: all
119+
cuda_installer: "https://developer.download.nvidia.com/compute/\
120+
cuda/12.9.1/network_installers/cuda_12.9.1_windows_network.exe"
121+
name_prefix: Windows (all CUDA architectures)
122122

123123
steps:
124124
- uses: actions/checkout@main

0 commit comments

Comments
 (0)