Skip to content

Commit

Permalink
Update new actions
Browse files Browse the repository at this point in the history
  • Loading branch information
graemeleehickey committed Jan 13, 2025
1 parent cc66d9d commit 2abf668
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ jobs:
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-tinytex@v2
- run: tlmgr --version

- name: Install additional LaTeX packages
run: |
tlmgr update --self
tlmgr install ae amsmath amsfonts grfext setspace enumitem hyperref biblatex
tlmgr list --only-installed
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-hub/actions/setup-deps@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
Expand Down Expand Up @@ -85,6 +95,16 @@ jobs:
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-tinytex@v2
- run: tlmgr --version

- name: Install additional LaTeX packages
run: |
tlmgr update --self
tlmgr install ae amsmath amsfonts grfext setspace enumitem hyperref biblatex
tlmgr list --only-installed
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-hub/actions/setup-deps@v1
with:
job-config: ${{ matrix.config.job-config }}
Expand Down

0 comments on commit 2abf668

Please sign in to comment.