Skip to content

Commit c9d6443

Browse files
author
Luan Fernandes
committed
back to github actions, it's quite difficult to make it work
1 parent 408c1af commit c9d6443

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323

2424
- name: Install TeX Live
25-
run: |
26-
sudo apt-get update
27-
sudo apt-get install -y texlive-latex-recommended
28-
sudo tlmgr install amsmath amssymb amsfonts graphicx hyperref
25+
uses: teatimeguest/setup-texlive-action@v3
26+
with:
27+
packages: |
28+
amsmath
29+
amssymb
30+
amsfonts
31+
graphicx
32+
hyperref
2933
3034
- name: Install dependencies
3135
run: |

0 commit comments

Comments
 (0)