Skip to content

Commit d159a6f

Browse files
committed
install inkscape #2
1 parent f871e76 commit d159a6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
python-version: 3.12
1717

1818
- name: Setup Inkscape
19-
uses: actions/apt-get-install-action@v2
20-
with:
21-
pkg: inkscape
19+
run: sudo apt-get install inkscape
2220

2321
- name: Install Pipenv
2422
run: pip install pipenv

0 commit comments

Comments
 (0)