Skip to content

Commit f871e76

Browse files
committed
install inkscape
1 parent 8d00fce commit f871e76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-to-pyroll-org.yml

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
with:
1616
python-version: 3.12
1717

18+
- name: Setup Inkscape
19+
uses: actions/apt-get-install-action@v2
20+
with:
21+
pkg: inkscape
22+
1823
- name: Install Pipenv
1924
run: pip install pipenv
2025

0 commit comments

Comments
 (0)