Skip to content

Commit 16019eb

Browse files
author
Jouni Helske
committed
try to get latex working on rhub checks
1 parent 4ff73ed commit 16019eb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/rhub.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252

5353
steps:
5454
- uses: r-hub/actions/checkout@v1
55-
- uses: r-lib/actions/setup-tinytex@v2
5655
- uses: r-hub/actions/platform-info@v1
5756
with:
5857
token: ${{ secrets.RHUB_TOKEN }}
@@ -61,6 +60,10 @@ jobs:
6160
with:
6261
token: ${{ secrets.RHUB_TOKEN }}
6362
job-config: ${{ matrix.config.job-config }}
63+
- name: Setup TeX Live
64+
uses: teatimeguest/setup-texlive-action@v3
65+
with:
66+
packages: scheme-basic
6467
- uses: r-hub/actions/run-check@v1
6568
with:
6669
token: ${{ secrets.RHUB_TOKEN }}
@@ -78,7 +81,6 @@ jobs:
7881

7982
steps:
8083
- uses: r-hub/actions/checkout@v1
81-
- uses: r-lib/actions/setup-tinytex@v2
8284
- uses: r-hub/actions/setup-r@v1
8385
with:
8486
job-config: ${{ matrix.config.job-config }}
@@ -91,6 +93,10 @@ jobs:
9193
with:
9294
job-config: ${{ matrix.config.job-config }}
9395
token: ${{ secrets.RHUB_TOKEN }}
96+
- name: Setup TeX Live
97+
uses: teatimeguest/setup-texlive-action@v3
98+
with:
99+
packages: scheme-basic
94100
- uses: r-hub/actions/run-check@v1
95101
with:
96102
job-config: ${{ matrix.config.job-config }}

0 commit comments

Comments
 (0)