fix: libfuse for appimages

This commit is contained in:
Daylin Morgan 2022-08-13 13:08:32 -05:00
parent cf9c701be1
commit fa204b8c38
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ jobs:
steps:
- name: Get Inkscape
run: |
sudo apt install libfuse2
wget -O Inkscape.AppImage https://inkscape.org/gallery/item/34672/Inkscape-9c6d41e-x86_64.AppImage
chmod u+x Inkscape.AppImage
sudo mv Inkscape.AppImage /usr/bin/inkscape