Skip to content

Commit f4859d6

Browse files
committed
ci: fix CUDA workflow setup
1 parent d705224 commit f4859d6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/scripts/actions/install_cuda_ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# Ideally choose from the list of meta-packages to minimise variance between cuda versions (although it does change too)
1818
CUDA_PACKAGES_IN=(
1919
"command-line-tools"
20+
"compiler"
2021
"libraries-dev"
2122
)
2223

.github/workflows/windows-cuda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
# Windows Server 2025 + Visual Studio 2026 + CUDA 12.6
19-
- name: "Windows Server 2025 + Visual Studio 2026 + CUDA 12.6 (Release)"
18+
# Windows Server 2025 + Visual Studio 2026 + CUDA 12.6.3
19+
- name: "Windows Server 2025 + Visual Studio 2026 + CUDA 12.6.3 (Release)"
2020
os: windows-2025-vs2026
21-
cuda: "12.6"
21+
cuda: "12.6.3"
2222
visual_studio: "Visual Studio 18 2026"
2323
solution: CubbyFlow.slnx
2424
# Windows Server 2022 + Visual Studio 2022 + CUDA 11.3.1

0 commit comments

Comments
 (0)