diff --git a/.github/build.sh b/.github/build.sh index e742911..cd645b3 100755 --- a/.github/build.sh +++ b/.github/build.sh @@ -7,7 +7,7 @@ set -ex -o xtrace DEPS="gengetopt help2man automake libtool" case "$1" in - ubuntu|coverity|ape) + ubuntu|coverity) DEPS="$DEPS gccgo golang-go openjdk-8-jdk openjdk-8-jre-headless python-dev ruby-dev swig xutils-dev doxygen" ;; macos) @@ -16,7 +16,7 @@ case "$1" in esac case "$1" in - ubuntu|coverity) + ubuntu|coverity|ape) sudo apt-get update sudo apt-get install -y $DEPS ;;