Skip to content

Commit 7d5669c

Browse files
author
Lukasz Laniewski-Wollk
committed
mend
Adding more packages
1 parent b3be959 commit 7d5669c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ jobs:
3131
uses: r-lib/actions/setup-tinytex@v2
3232
- name: Setup tex packages
3333
run: >
34-
tlmgr update --self;
34+
tlmgr update --self
35+
3536
tlmgr install amsfonts amsmath lm unicode-math
36-
iftex listings fancyvrb fancyhdr longtable
37-
booktabs multirow graphicx bookmark xcolor
38-
soul geometry setspace babel;
37+
iftex listings fancyvrb fancyhdr longtable
38+
booktabs multirow graphicx bookmark xcolor
39+
soul geometry setspace babel;
3940
- name: Setup dependencies
4041
uses: r-lib/actions/setup-r-dependencies@v2
4142
- name: Build mds

0 commit comments

Comments
 (0)