ci : add check for unzip (#28082)
This commit is contained in:
@@ -732,6 +732,11 @@ function gg_check_build_requirements {
|
|||||||
gg_printf 'ctest not found, please install\n'
|
gg_printf 'ctest not found, please install\n'
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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 {
|
function gg_run_test_backend_ops_cpu {
|
||||||
|
|||||||
Reference in New Issue
Block a user