File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -111,11 +111,16 @@ jobs:
111111 - name : Install Linux build dependencies
112112 run : |
113113 sudo apt-get update
114- sudo apt-get install -y libfuse2 squashfs-tools fuse flatpak flatpak-builder
114+ sudo apt-get install -y --no-install-recommends \
115+ libfuse2 squashfs-tools flatpak flatpak-builder
116+ sudo apt-get remove -y fuse3 || true
117+ sudo apt-get install -y --no-install-recommends fuse
115118 wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O /tmp/appimagetool
116119 chmod +x /tmp/appimagetool
117120 sudo mv /tmp/appimagetool /usr/local/bin/appimagetool
118121 flatpak install -y flathub org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08
122+ env :
123+ DEBIAN_FRONTEND : noninteractive
119124
120125 - name : Set author info
121126 run : |
You can’t perform that action at this time.
0 commit comments