summaryrefslogtreecommitdiffstats
path: root/.github/setup_ci.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/setup_ci.sh')
-rwxr-xr-x.github/setup_ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 2d489b7e..593e8ef1 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -2,7 +2,7 @@
case $(./config.guess) in
*-darwin*)
- # no setup needed for Mac OS X
+ brew install automake
exit 0
;;
esac