Skip to content

Commit

Permalink
ape
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Aug 15, 2023
1 parent a22646e commit 7ca34a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
;;
Expand Down

0 comments on commit 7ca34a4

Please sign in to comment.