summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
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)
;;