Skip to content

Commit d01ce5a

Browse files
committed
[CI] Install bibtex tool
1 parent becbad1 commit d01ce5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
- name: Install Apt dependencies
295295
run: |
296296
sudo apt update
297-
sudo apt install libboost-dev doxygen graphviz
297+
sudo apt install libboost-dev doxygen graphviz texlive-bibtex-extra
298298
- name: Upgrade pip
299299
run: python3 -m pip install -U pip setuptools wheel
300300
- name: Install Python dependencies

0 commit comments

Comments
 (0)