Commit fc4e7c4a10dff3c99d7ea9be33d47e6d5f0efda7

Anthony Green 2022-09-05T22:13:58

Install automake on macos

1
2
3
4
5
6
7
8
9
10
11
12
13
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 | \