Skip to content

Commit 2abf668

Browse files
Update new actions
1 parent cc66d9d commit 2abf668

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/rhub.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ jobs:
5656
with:
5757
token: ${{ secrets.RHUB_TOKEN }}
5858
job-config: ${{ matrix.config.job-config }}
59+
- uses: actions/checkout@v4
60+
- uses: r-lib/actions/setup-tinytex@v2
61+
- run: tlmgr --version
62+
63+
- name: Install additional LaTeX packages
64+
run: |
65+
tlmgr update --self
66+
tlmgr install ae amsmath amsfonts grfext setspace enumitem hyperref biblatex
67+
tlmgr list --only-installed
68+
- uses: r-lib/actions/setup-pandoc@v2
5969
- uses: r-hub/actions/setup-deps@v1
6070
with:
6171
token: ${{ secrets.RHUB_TOKEN }}
@@ -85,6 +95,16 @@ jobs:
8595
with:
8696
token: ${{ secrets.RHUB_TOKEN }}
8797
job-config: ${{ matrix.config.job-config }}
98+
- uses: actions/checkout@v4
99+
- uses: r-lib/actions/setup-tinytex@v2
100+
- run: tlmgr --version
101+
102+
- name: Install additional LaTeX packages
103+
run: |
104+
tlmgr update --self
105+
tlmgr install ae amsmath amsfonts grfext setspace enumitem hyperref biblatex
106+
tlmgr list --only-installed
107+
- uses: r-lib/actions/setup-pandoc@v2
88108
- uses: r-hub/actions/setup-deps@v1
89109
with:
90110
job-config: ${{ matrix.config.job-config }}

0 commit comments

Comments
 (0)