fixing appiamge pipeline (#2937)
This commit is contained in:
3
.github/workflows/Linux-pack.yml
vendored
3
.github/workflows/Linux-pack.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user