Skip to content

Commit

Permalink
Installing pdflatex on rhub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Oct 10, 2024
1 parent 1430b6d commit b249a03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ jobs:
- uses: r-hub/actions/setup@v1
with:
config: ${{ github.event.inputs.config }}
id: rhub-setup

- name: Install TeX Live
run: |
sudo apt-get update
sudo apt-get install -y texlive-full
linux-containers:
needs: setup
Expand Down

0 comments on commit b249a03

Please sign in to comment.