Actions: use sudo for installing inkscape

This commit is contained in:
Miepee 2022-02-04 14:51:03 +01:00 committed by Riesi
parent 0eea2145ed
commit 6705b0b56e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install Inkscape
run: apt install inkscape
run: sudo apt install inkscape
- name: Check Viewbox parameters
run: |