Skip to content

Commit 34f03df

Browse files
committed
Add missing fuse in build manifest
1 parent 15f090e commit 34f03df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ubuntu-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
image: ubuntu/18.04
22
packages:
33
# xorg-dev can be used instead of the detailed list of x11 libraries
4-
[python3-pip, make, ninja-build, pkg-config, libx11-dev, libxext-dev, libxrandr-dev, libxrender-dev, libxcursor-dev, libxfixes-dev, libxi-dev, libxft-dev, gcc, g++, gfortran]
4+
# fuse needed to create appimage
5+
[python3-pip, fuse, make, ninja-build, pkg-config, libx11-dev, libxext-dev, libxrandr-dev, libxrender-dev, libxcursor-dev, libxfixes-dev, libxi-dev, libxft-dev, gcc, g++, gfortran]
56
sources:
67
- https://github.com/franko/gsl-shell
78
- https://github.com/franko/lhelper

0 commit comments

Comments
 (0)