Skip to content

Commit

Permalink
default setup for rhub.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jarioksa committed Dec 1, 2024
1 parent 3b6e331 commit 515d355
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,6 @@ jobs:
with:
config: ${{ github.event.inputs.config }}
id: rhub-setup
- uses: r-lib/actions/setup-tinytex@v2
- run: tlmgr --version
- run: tlmgr update --self

- name: Install additional LaTeX packages
run: |
tlmgr install ae babel-english pdflscape pdfpages sidecap
tlmgr list --only-installed
- name: Install ghostscript
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get -y install ghostscript

linux-containers:
needs: setup
Expand Down

0 comments on commit 515d355

Please sign in to comment.