Skip to content

Commit 011a6a7

Browse files
author
Jouni Helske
committed
...
1 parent 16019eb commit 011a6a7

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

.github/workflows/rhub.yaml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,18 @@ jobs:
6363
- name: Setup TeX Live
6464
uses: teatimeguest/setup-texlive-action@v3
6565
with:
66-
packages: scheme-basic
66+
packages: |
67+
scheme-basic
68+
amsmath
69+
natbib
70+
inputenc
71+
fontenc
72+
babel
73+
graphicx
74+
a4wide
75+
color
76+
ae
77+
fancyvrb
6778
- uses: r-hub/actions/run-check@v1
6879
with:
6980
token: ${{ secrets.RHUB_TOKEN }}
@@ -96,7 +107,18 @@ jobs:
96107
- name: Setup TeX Live
97108
uses: teatimeguest/setup-texlive-action@v3
98109
with:
99-
packages: scheme-basic
110+
packages: |
111+
scheme-basic
112+
amsmath
113+
natbib
114+
inputenc
115+
fontenc
116+
babel
117+
graphicx
118+
a4wide
119+
color
120+
ae
121+
fancyvrb
100122
- uses: r-hub/actions/run-check@v1
101123
with:
102124
job-config: ${{ matrix.config.job-config }}

0 commit comments

Comments
 (0)