summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-06-25 21:22:01 -0400
committerAnthony Green <green@moxielogic.com>2022-06-25 21:22:01 -0400
commit5c76ac1ff55c4ed6faa145b395e9a14cdb834708 (patch)
treeb6004e334de9b825f51a6d7bbfc65a4adfe72ec6 /.ci
parent4a46f35ba5a4bbb3ea396e1fa836535d338f8930 (diff)
downloadlibffi-5c76ac1ff55c4ed6faa145b395e9a14cdb834708.tar.gz
Update autoconf?
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/install.sh b/.ci/install.sh
index d3fa0e9..2033fc7 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -32,9 +32,10 @@ else
tar --strip-components=2 -xvzf - ./rlgl/rlgl;
;;
esac
-
+set -x
sudo apt-get clean # clear the cache
sudo apt-get update
+ sudo apt-get install autoconf\*
case $HOST in
mips64el-linux-gnu | sparc64-linux-gnu)
;;