1

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

This commit is contained in:
2023-11-21 23:54:31 +01:00
parent 6e1586f501
commit 4630e3cf33

View File

@ -8,12 +8,10 @@ jobs:
build-latex:
runs-on: ubuntu-22.04
steps:
- name: Install Inkscape
run: apt-get update && apt-get install -y inkscape
- name: Checkout repository
uses: actions/checkout@v4
- name: Build LaTeX document
run: docker run --rm --volumes-from ${{ env.JOB_CONTAINER_NAME }} --workdir ${{ github.workspace }} ghcr.io/xu-cheng/texlive-full:latest latexmk -shell-escape -pdf thesis.tex
run: docker run --rm --volumes-from ${{ env.JOB_CONTAINER_NAME }} --workdir ${{ github.workspace }} --env INPUT_EXTRA_SYSTEM_PACKAGES=inkscape ghcr.io/xu-cheng/texlive-full:latest latexmk -shell-escape -pdf thesis.tex
- name: Rename document
run: mv thesis.pdf facial-animation-using-inverse-kinematics.pdf
- name: Upload artifact