Skip to content

Commit

Permalink
fix: Add bibtex to workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSchammo authored Oct 26, 2023
1 parent 17fb652 commit bb0a430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install texlive texlive-publishers texlive-science latexmk
run: sudo apt-get update && sudo apt-get install texlive texlive-publishers texlive-science latexmk texlive-bibtex-extra biber
- name: Build document
run: make

0 comments on commit bb0a430

Please sign in to comment.