build/linux: Complete 827961ca (regarding CI_COMMIT_TAG check on AppImage)

This commit is contained in:
Bruno 2025-02-09 15:48:29 -03:00
parent bffe766fc3
commit e496a1ce4f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if [ -f "*appimagetool*.AppImage" ]; then
fi
if [ "$GITLAB_CI" ]; then
apt-get update >/dev/null 2>&1
apt-get install -y --no-install-recommends ca-certificates wget curl >/dev/null 2>&1
apt-get install -y --no-install-recommends ca-certificates wget curl git >/dev/null 2>&1
fi
export HOST_ARCH=$(uname -m)
export APPIMAGE_EXTRACT_AND_RUN=1