From eccca2d1256c6ec8b895c358b510f9a40f122486 Mon Sep 17 00:00:00 2001 From: Zhymabek Roman <61125068+ZhymabekRoman@users.noreply.github.com> Date: Thu, 5 Jan 2023 08:46:00 +0600 Subject: [PATCH] Fix stupid typo in AppImage --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7e1ab28..0d438783 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -245,12 +245,16 @@ appimage-amd64: - wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool && \ - chmod +x /usr/local/bin/appimagetool + - export HOME_DIR=$(pwd) + # Workaround for https://github.com/AppImageCrafters/appimage-builder/issues/280 - cd /tmp - git clone https://github.com/AppImageCrafters/appimage-builder + - cd appimage-builder - git checkout 9733877eed75aea0fa8e9a1cd26c22d77a10aa4a - pip3 install . - pip3 install cffi + - cd $HOME_DIR - /usr/sbin/update-ccache-symlinks - rm -rf ../.hunter && mv .hunter ../.hunter || true