ci : add check for unzip (#28082)

This commit is contained in:
Sigbjørn Skjæret
2026-08-31 12:17:51 +02:00
committed by GitHub
parent 662a0b0121
commit 580e88d8b7
+5
View File
@@ -732,6 +732,11 @@ function gg_check_build_requirements {
gg_printf 'ctest not found, please install\n'
exit 1
fi
if ! command -v unzip &> /dev/null; then
gg_printf 'unzip not found, please install\n'
exit 1
fi
}
function gg_run_test_backend_ops_cpu {