Skip to content

Commit 5e69f58

Browse files
committed
action more fonts
1 parent 851939b commit 5e69f58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/make.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
jobs:
66
report:
77
runs-on: ubuntu-latest
8+
container: pandoc/latex
89
steps:
910
- name: Checkout
1011
uses: actions/checkout@v4
@@ -13,7 +14,7 @@ jobs:
1314
- name: Install pandoc
1415
run: |
1516
sudo apt-get update
16-
sudo apt-get install -y pandoc texlive texlive-latex-extra texlive-fonts-recommended
17+
sudo apt-get install -y pandoc texlive texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended
1718
- name: Make docs
1819
run: make all
1920
- name: Commit and push changes

0 commit comments

Comments
 (0)