Further CI fixes

This commit is contained in:
2020-07-07 23:52:16 +02:00
parent 16d4a28454
commit 4febf7f18d
3 changed files with 17 additions and 7 deletions

View File

@@ -18,8 +18,10 @@ apk add --no-cache \
tar \
perl
ln -s libncurses.so /usr/lib/libtinfo.so
ln -s libncursesw.so.6 /usr/lib/libtinfow.so.6
ln -sf libncurses.so /usr/lib/libtinfo.so
ln -sf libncursesw.so.6 /usr/lib/libtinfow.so.6
ln -sf libtinfow.so.6 /usr/lib/libtinfow.so
if [ "${BIT}" = "32" ] ; then
curl -sSfL https://downloads.haskell.org/~ghcup/0.1.5/i386-linux-ghcup-0.1.5 > ./ghcup-bin
else
@@ -60,5 +62,5 @@ apk add --no-cache \
xz-dev \
ncurses-static
ln -s libncursesw.a /usr/lib/libtinfow.a
ln -sf libncursesw.a /usr/lib/libtinfow.a