diff --git a/.ci/setup.sh b/.ci/setup.sh index e51076695e34..caf25b38062b 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -29,7 +29,7 @@ if [[ $OS_NAME == "macos" ]]; then brew install swig fi else # Linux - if { type -f apt > /dev/null ;} 2>&1 then + if { type -f apt > /dev/null; } 2>&1; then sudo apt-get update sudo apt-get install --no-install-recommends -y \ ca-certificates \