revert some CI test changes

This commit is contained in:
nhmall
2025-11-10 09:19:47 -05:00
parent efbc0d8f8f
commit 2c747b079e
2 changed files with 12 additions and 21 deletions

View File

@@ -214,7 +214,6 @@ if [ -d djgpp/target ]; then
cd ../../
fi
set -x
FONT_VERSION="4.49"
FONT_FILE="terminus-font-$FONT_VERSION"
@@ -227,23 +226,15 @@ if [ ! -d "$FONT_LFILE" ]; then
echo "Getting terminus fonts"
if [ "$(uname)" = "Darwin" ]; then
#Mac
curl -s -L $FONT_URL --output $FONT_RFILE
curl -L $FONT_URL --output $FONT_RFILE
else
# wget --quiet --no-hsts $FONT_URL
curl --help all
curl -s -L $FONT_URL --output $FONT_RFILE
fi
ls -l
if [ -f "$FONT_RFILE" ]; then
tar -xvf $FONT_RFILE
rm $FONT_RFILE
else
echo "terminus fonts failed to download correctly to lib/$FONT_LFILE"
wget --quiet --no-hsts $FONT_URL
fi
tar -xvf $FONT_RFILE
rm $FONT_RFILE
else
echo "terminus fonts are already available in lib/$FONT_LFILE"
fi
set +x
cd ../