Skip to content

Commit 87c4600

Browse files
committed
fix(ci): installing extra docs dependencies
1 parent b515eb7 commit 87c4600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install dependencies
5858
run: |
5959
sudo apt-get update
60-
sudo apt-get install -y graphviz perl
60+
sudo apt-get install -y graphviz perl texlive-binaries
6161
6262
- name: Install latest Doxygen
6363
uses: ssciwr/doxygen-install@329d88f5a303066a5bd006db7516b1925b86350e # v2.0.1

0 commit comments

Comments
 (0)