Update workflow (install inkscape)
Some checks failed
Build LaTeX document / build-latex (push) Failing after 2s
Some checks failed
Build LaTeX document / build-latex (push) Failing after 2s
This commit is contained in:
@ -8,6 +8,8 @@ jobs:
|
|||||||
build-latex:
|
build-latex:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Inkscape
|
||||||
|
run: apt install -y inkscape
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build LaTeX document
|
- name: Build LaTeX document
|
||||||
|
|||||||
Reference in New Issue
Block a user