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 11, 2024
1 parent 5fddefa commit a3fb33d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,18 @@ jobs:

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

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

- name: Install additional LaTeX packages
run: |
tlmgr install titlesec
tlmgr list --only-installed
- name: Install valgrind
run: sudo apt-get install valgrind texlive-latex-base
# 2024-11-11 was: run: sudo apt-get install valgrind texlive-latex-base
run: sudo apt-get install valgrind

- name: Query dependencies
run: |
Expand Down

0 comments on commit a3fb33d

Please sign in to comment.