Skip to content

Commit 3dd157b

Browse files
authored
fix(PDF): install texlive-latex-extra to get fvextra to enable line wrapping in code blocks (#398)
1 parent edae79a commit 3dd157b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install-mdbook/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
- name: Install mdbook-pandoc and related dependencies
3535
run: |
3636
sudo apt-get update
37-
sudo apt-get install -y texlive texlive-luatex texlive-lang-cjk librsvg2-bin fonts-noto
37+
sudo apt-get install -y texlive texlive-latex-extra texlive-luatex texlive-lang-cjk librsvg2-bin fonts-noto
3838
curl -LsSf https://github.com/jgm/pandoc/releases/download/3.1.12.2/pandoc-3.1.12.2-linux-amd64.tar.gz | tar zxf -
3939
echo "$PWD/pandoc-3.1.12.2/bin" >> $GITHUB_PATH
4040
shell: bash

0 commit comments

Comments
 (0)