Add fuse to packages installed in AppImage build
Also adding universe repository where it's located on Ubuntu 22.04
This commit is contained in:
parent
41e519b5d1
commit
a4c66e167d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -145,10 +145,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
sudo add-apt-repository universe
|
||||||
sudo apt-get install --no-install-recommends \
|
sudo apt-get install --no-install-recommends \
|
||||||
libglib2.0-0 \
|
libglib2.0-0 \
|
||||||
libxkbcommon-x11-0 \
|
libxkbcommon-x11-0 \
|
||||||
libxcb1 \
|
libxcb1 \
|
||||||
|
fuse \
|
||||||
;
|
;
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user