Skip to content

Commit b8dc11f

Browse files
committed
Try reommends
1 parent d735a2e commit b8dc11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
sudo apt -y update
3232
sudo apt -y install --no-install-recommends git python3 python3-pip doxygen
33-
sudo apt -y install --no-install-recommends texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended
33+
sudo apt -y install texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended
3434
sudo -H pip3 install --upgrade poxy
3535
3636
- name: Generate docs

0 commit comments

Comments
 (0)