mirror of
https://github.com/daylinmorgan/logo.git
synced 2024-12-21 22:10:45 -06:00
fix: libfuse for appimages
This commit is contained in:
parent
cf9c701be1
commit
fa204b8c38
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-publish.yml
vendored
1
.github/workflows/build-publish.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue