mirror of
https://github.com/daylinmorgan/logo.git
synced 2024-12-21 14:10:43 -06:00
fix: ubuntu wins I'll use the ppa/apt
This commit is contained in:
parent
cfe4243652
commit
9eb3dd57fa
1 changed files with 3 additions and 4 deletions
7
.github/workflows/build-publish.yml
vendored
7
.github/workflows/build-publish.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue