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

View file

@ -25,10 +25,9 @@ jobs:
steps: steps:
- name: Get Inkscape - name: Get Inkscape
run: | run: |
sudo apt install libfuse2 sudo add-apt-repository ppa:inkscape.dev/stable
wget -O Inkscape.AppImage https://inkscape.org/gallery/item/34672/Inkscape-9c6d41e-x86_64.AppImage sudo apt update
chmod u+x Inkscape.AppImage sudo apt install inkscape
sudo mv Inkscape.AppImage /usr/bin/inkscape
- name: Setup PDM - name: Setup PDM
uses: pdm-project/setup-pdm@v2 uses: pdm-project/setup-pdm@v2