491ff20ab3 ci: add unzip to cuda13.0 base image Acked-by: Kitware Robot <[email protected]> Merge-request: !11332
@@ -1,6 +1,7 @@
# Host tools
curl
git
+unzip
# Compilers
g++
@@ -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