Skip to content

Commit

Permalink
Install texlive-bibtex-extra
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-nlte committed Mar 19, 2024
1 parent 1d31359 commit 3079f2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-n-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
run: |
sudo apt-get install --yes doxygen
- name: Install Biber
- name: Install Bibtex
run: |
wget -O biber.tar.gz https://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/current/binaries/Linux/biber-linux_x86_64.tar.gz/download
tar -xf biber.tar.gz
sudo apt-get install --yes texlive-bibtex-extra
- name: Getting dot
run: |
Expand Down

0 comments on commit 3079f2e

Please sign in to comment.