1

Update workflow (install inkscape)
Some checks failed
Build LaTeX document / build-latex (push) Failing after 35s

This commit is contained in:
2023-11-21 23:48:16 +01:00
parent b8830bb39c
commit 6e1586f501

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Install Inkscape
run: apt install -y inkscape
run: apt-get update && apt-get install -y inkscape
- name: Checkout repository
uses: actions/checkout@v4
- name: Build LaTeX document