diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index 566d9c82..dcc8e312 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -90,7 +90,6 @@ jobs: job-config: ${{ matrix.config.job-config }} token: ${{ secrets.RHUB_TOKEN }} - uses: teatimeguest/setup-texlive-action@v3 - if: runner.os != 'Linux' with: packages: >- scheme-basic @@ -115,10 +114,6 @@ jobs: thumbpdf framed blkarray - - name: Install LaTeX etc. - if: runner.os == 'Linux' - 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 }}