Skip to content

Commit

Permalink
next try with LaTeX/rhub yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbolker committed Mar 31, 2024
1 parent c767458 commit 4c49cc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rhub.yaml
Expand Up @@ -115,10 +115,10 @@ jobs:
thumbpdf
framed
blkarray
- name: Install extra LaTeX packages
- name: Install LaTeX etc.
if: runner.os == 'Linux'
run: sudo apt-get install texlive-science texlive-latex-extra texlive-bibtex-extra

run: |
sudo apt-get install texlive texlive-science texlive-latex-base texlive-latex-extra texlive-bibtex-extra
- uses: r-hub/rhub2/actions/rhub-run-check@v1
with:
job-config: ${{ matrix.config.job-config }}
Expand Down

0 comments on commit 4c49cc5

Please sign in to comment.