Skip to content

Commit

Permalink
20240513 - install tinytex
Browse files Browse the repository at this point in the history
  • Loading branch information
Petersen committed May 13, 2024
1 parent d0d2cd0 commit fd9cbd1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
- name: Install libcurl on Linux
if: runner.os == 'Linux'
run: sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev

- name: Install tinytex
uses: r-lib/actions/setup-tinytex@v2 # update

#- name: Install additional LaTeX packages
# run: |
#tlmgr install url
#tlmgr install underscore

- name: Install package dependencies
uses: r-lib/actions/setup-r-dependencies@v2 # update
Expand Down

0 comments on commit fd9cbd1

Please sign in to comment.