From e496a1ce4f040e056533822b86b56de9cef83891 Mon Sep 17 00:00:00 2001 From: Bruno Date: Sun, 9 Feb 2025 15:48:29 -0300 Subject: [PATCH] build/linux: Complete 827961ca (regarding CI_COMMIT_TAG check on AppImage) --- build/linux/appimage/3_dist-gimp-goappimage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/linux/appimage/3_dist-gimp-goappimage.sh b/build/linux/appimage/3_dist-gimp-goappimage.sh index ae1dbd77d5..4f1e4db965 100644 --- a/build/linux/appimage/3_dist-gimp-goappimage.sh +++ b/build/linux/appimage/3_dist-gimp-goappimage.sh @@ -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