Skip to content

Commit

Permalink
Use texlive full docker container for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Oct 12, 2023
1 parent 74f19b8 commit cc6a357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build_doc:
runs-on: ubuntu-latest
container:
image: pandoc/latex:latest-ubuntu
image: texlive/texlive:latest-full
permissions:
contents: read # to fetch code (actions/checkout)

Expand All @@ -18,7 +18,7 @@ jobs:
run: |
apt-get update
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y \
make libmagic1
make libmagic1 pandoc
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit cc6a357

Please sign in to comment.