Skip to content

Commit

Permalink
install just the texlive
Browse files Browse the repository at this point in the history
madhephaestus committed Oct 18, 2023
1 parent 74a165e commit d5cef32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- run: sudo apt install pandoc texlive-latex-extra
- run: sudo apt -y install texlive-latex-extra
- run: wget https://github.com/jgm/pandoc/releases/download/3.1.7/pandoc-3.1.7-1-amd64.deb
- run: sudo dpkg -i pandoc-3.1.7-1-amd64.deb
- run: echo $PWD

0 comments on commit d5cef32

Please sign in to comment.