Skip to content

Commit

Permalink
Adding bibtex installation (#27)
Browse files Browse the repository at this point in the history
Adding bibtex as fixed dependency
  • Loading branch information
Ducasse authored Aug 22, 2024
1 parent ffabafe commit 95a7ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install-texlive
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function install-texlive() {
tlmgr option repository "$repo"

tlmgr update --self --all
tlmgr install latex-bin latexmk
tlmgr install latex-bin latexmk bibtex
}

# Only call the main function if this script was called as a command. This makes
Expand Down

0 comments on commit 95a7ab6

Please sign in to comment.