Github Actions shell scripts can't have empty if blocks [ci skip]

This commit is contained in:
Pentarctagon 2020-11-20 16:59:26 -06:00
parent 84e699fbc2
commit a79907f863
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -39,13 +39,13 @@ checkindent() {
EXIT_VAL=-1
if [ "$NLS" == "only" ]; then
echo "TODO"
elif [ "$IMAGE" == "flatpak" ]; then
echo "TODO"
elif [ "$IMAGE" == "mingw" ]; then
echo "TODO"
elif [ "$IMAGE" == "steamrt" ]; then
echo "TODO"
else
if [ "$TOOL" == "cmake" ]; then
export CCACHE_MAXSIZE=3000M