Skip to content

Commit 60cf7cb

Browse files
committed
added more dependencies
1 parent f0a0c52 commit 60cf7cb

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
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
version: '1.6'
1818
- name: Install LuaLatex
19-
run: sudo apt-get install texlive
19+
run: sudo apt-get install texlive && sudo apt-get install texlive-latex-extra
2020
- name: Install dependencies
2121
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2222
- name: Build and deploy

0 commit comments

Comments
 (0)