Skip to content

Commit

Permalink
New attempt to install pdflatex on rhub
Browse files Browse the repository at this point in the history
Using strategy from r-hub/rhub#583 (comment)
  • Loading branch information
wleoncio committed Oct 10, 2024
1 parent b249a03 commit b88dbdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
config: ${{ github.event.inputs.config }}

- name: Install TeX Live
run: |
sudo apt-get update
sudo apt-get install -y texlive-full
uses: teatimeguest/setup-texlive-action@v3
with:
packages: scheme-basic

linux-containers:
needs: setup
Expand Down

0 comments on commit b88dbdb

Please sign in to comment.