fixing appiamge pipeline (#2937)

This commit is contained in:
borgmanJeremy
2022-10-05 11:24:34 -05:00
committed by GitHub
parent e9cd132a0e
commit 7feedcad25

View File

@@ -405,8 +405,7 @@ jobs:
# which is glibc 2.23. For more information, please see https://github.com/probonopd/linuxdeployqt/issues/340.
# Will try new tool https://github.com/probonopd/go-appimage written in golang by probonopd.
run: |
wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases -O - \
| grep "appimagetool-.*-${APPIMAGETOOL_ARCH}.AppImage" | head -n 1 | cut -d '"' -f 2) -O appimagetool
wget https://github.com/probonopd/go-appimage/releases/download/continuous/appimagetool-724-x86_64.AppImage -O appimagetool
chmod +x appimagetool
env:
APPIMAGETOOL_ARCH: x86_64