diff --git a/ci/run.sh b/ci/run.sh index 1701bc7ed0..3909283d12 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -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 {