mirror of
https://github.com/daylinmorgan/logo.git
synced 2024-12-21 22:10:45 -06:00
refactor: switch to imagemagick
This commit is contained in:
parent
46756d636a
commit
7530c3cdd5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-publish.yml
vendored
3
.github/workflows/build-publish.yml
vendored
|
@ -6,7 +6,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: sudo apt-get install inkscape
|
- name: Install System Dependencies
|
||||||
|
run: sudo apt-get update && sudo apt-get install imagemagick
|
||||||
|
|
||||||
- name: Setup PDM
|
- name: Setup PDM
|
||||||
uses: pdm-project/setup-pdm@v2
|
uses: pdm-project/setup-pdm@v2
|
||||||
|
|
Loading…
Reference in a new issue