Skip to content

Commit

Permalink
use tinytex in memcheck GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoBosh committed Nov 12, 2024
1 parent a3fb33d commit d84dabf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

# 2024-11-11 use tinytex
# 2024-11-11 Georgi: use tinytex
- uses: r-lib/actions/setup-tinytex@v2
- run: tlmgr --version

- name: Install additional LaTeX packages
run: |
tlmgr install titlesec
tlmgr install xcolor
tlmgr list --only-installed
- name: Install valgrind
Expand Down Expand Up @@ -86,10 +87,9 @@ jobs:
run: |
R -d "valgrind --tool=memcheck --leak-check=full" --vanilla < memcheck/examples.R
# 2024-11-11 errors on missing LaTeX package 'xcolor.sty'
# - name: valgrind - memcheck vignettes
# run: |
# R -d "valgrind --tool=memcheck --leak-check=full" --vanilla < memcheck/vignettes.R
- name: valgrind - memcheck vignettes
run: |
R -d "valgrind --tool=memcheck --leak-check=full" --vanilla < memcheck/vignettes.R
- name: Upload check results
if: failure()
Expand Down

0 comments on commit d84dabf

Please sign in to comment.