refactor: switch to imagemagick

This commit is contained in:
Daylin Morgan 2022-08-12 17:58:26 -05:00
parent 46756d636a
commit 7530c3cdd5
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install inkscape
- name: Install System Dependencies
run: sudo apt-get update && sudo apt-get install imagemagick
- name: Setup PDM
uses: pdm-project/setup-pdm@v2