Skip to content

Commit ca1b84e

Browse files
committed
Fix initial github workflow
1 parent 4f5914f commit ca1b84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install packages
3030
run: |
3131
sudo apt-get update
32-
sudo apt-get install automake libtool libdb5.3-dev libxml2-dev libcjson-dev bison flex help2man gettext texlive texlive-latex-extra texlive-plain-generic
32+
sudo apt-get install texlive texlive-latex-extra texlive-plain-generic
3333
3434
- name: Set git user
3535
run: |

0 commit comments

Comments
 (0)