summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-05 22:13:58 -0400
committerAnthony Green <green@moxielogic.com>2022-09-05 22:13:58 -0400
commitfc4e7c4a10dff3c99d7ea9be33d47e6d5f0efda7 (patch)
tree9d0940e5d8d5034d4f550a3711e70362323daac6 /.ci
parent5a6c94f7d49bcd64c85bde04c2d1f10b59d5797c (diff)
downloadlibffi-fc4e7c4a10dff3c99d7ea9be33d47e6d5f0efda7.tar.gz
Install automake on macos
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/install.sh b/.ci/install.sh
index 9d50fbc..5f813e5 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -6,7 +6,7 @@ if [[ $RUNNER_OS != 'Linux' ]]; then
# brew update > brew-update.log 2>&1
# fix an issue with libtool on travis by reinstalling it
brew uninstall libtool;
- brew install libtool dejagnu;
+ brew install automake libtool dejagnu;
# Download and extract the rlgl client
wget -qO - https://rl.gl/cli/rlgl-darwin-amd64.tgz | \