fix: ubuntu wins I'll use the ppa/apt

This commit is contained in:
Daylin Morgan 2022-08-13 13:11:37 -05:00
parent cfe4243652
commit 9eb3dd57fa
1 changed files with 3 additions and 4 deletions

View File

@ -25,10 +25,9 @@ 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
sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt update
sudo apt install inkscape
- name: Setup PDM
uses: pdm-project/setup-pdm@v2