Skip to content

Commit

Permalink
Revert "Remove apt update from pre-build commands"
Browse files Browse the repository at this point in the history
This reverts commit 6ac7296.
  • Loading branch information
Rishit-dagli committed Aug 20, 2021
1 parent 6ac7296 commit e4b04d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended imagemagick"
pre-build-command: "apt-get update -y && apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended imagemagick"
build-command: "make latexpdf"
docs-folder: "docs/"

Expand Down

0 comments on commit e4b04d3

Please sign in to comment.