Skip to content

Commit 5dbfb59

Browse files
committed
more dependencies
1 parent 60cf7cb commit 5dbfb59

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 && sudo apt-get install texlive-latex-extra
19+
run: sudo apt-get install texlive && sudo apt-get install texlive-latex-extra && sudo mktexlsr && sudo updmap-sysk
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)