ci: add unzip to cuda13.0 base image

This is needed to extract FASTBuild binaries in CI jobs.
This commit is contained in:
Brad King
2025-10-20 15:44:45 -04:00
parent f0422c006c
commit 491ff20ab3
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
# Host tools
curl
git
unzip
# Compilers
g++

View File

@@ -514,7 +514,7 @@
.cuda13.0:
extends: .cuda
image: "kitware/cmake:ci-cuda13.0-x86_64-2025-09-18"
image: "kitware/cmake:ci-cuda13.0-x86_64-2025-10-20"
variables:
CMAKE_ARCH: x86_64