Skip to content

Commit 0579dc2

Browse files
authored
Update main.yml
try to fix pdftex issue
1 parent daa8f87 commit 0579dc2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
R_KEEP_PKG_SOURCE: yes
3939

4040
steps:
41+
- name: Install LaTeX
42+
run: |
43+
sudo apt-get update
44+
sudo apt-get install -y texlive-latex-base
45+
4146
- uses: actions/checkout@v3
4247

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

0 commit comments

Comments
 (0)