Skip to content

Commit

Permalink
docs: update apt-get packages on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mroavi committed Jul 13, 2023
1 parent c134dee commit b8d8878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
version: '1'
# TexLive installation (taken from https://github.com/JuliaTeX/TikzPictures.jl/blob/master/.github/workflows/CI.yml)
- name: Install TexLive
run: sudo apt-get update --fix-missing
run: sudo apt-get install pdf2svg texlive-latex-base texlive-binaries texlive-pictures texlive-latex-extra texlive-luatex
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
Expand Down

0 comments on commit b8d8878

Please sign in to comment.