diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index acf94e3..4599a38 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -71,7 +71,7 @@ jobs: ninja -Cx sudo ninja -Cx install wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2) - https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage + wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage chmod +x appimagetool-*.AppImage chmod +x linuxdeploy-x86_64.AppImage export APPIMAGE_EXTRACT_AND_RUN=1