Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 526fc60

Browse files
committed
try fix CI/CD.
1 parent 64f221a commit 526fc60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
bash scripts/build_and_bundle.sh
6565

6666
# Build AppImages
67-
wget https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
67+
wget -q https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
6868
chmod +x linuxdeployqt-continuous-x86_64.AppImage
6969
./linuxdeployqt-continuous-x86_64.AppImage AppDir/Insight.desktop -bundle-non-qt-libs
7070

@@ -73,7 +73,7 @@ jobs:
7373
bash scripts/purge_unwanted.sh
7474

7575
# Don't know why I did this in the past but "If it runs then why change?" xD :D
76-
wget -O AppDir/AppRun https://github.com/AppImage/AppImageKit/releases/download/continuous/AppRun-x86_64
76+
wget -q -O AppDir/AppRun https://github.com/AppImage/AppImageKit/releases/download/continuous/AppRun-x86_64
7777
chmod +x AppDir/AppRun
7878

7979
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage

scripts/build_and_bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# -------------------------------
88
#
99
install_dir=$(pwd)/AppDir
10-
autoconf
1110
cd insight
11+
autoconf
1212
chmod +x configure
1313
./configure --prefix=/usr/. \
1414
--disable-binutils \

0 commit comments

Comments
 (0)