We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53bff8 commit 2aae4efCopy full SHA for 2aae4ef
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
cargo install mdbook-pandoc --locked --version 0.7.1
40
sudo apt-get update
41
- sudo apt-get install -y fonts-noto calibre pdftk
+ sudo apt-get install -y fonts-noto fonts-open-sans calibre pdftk
42
43
export PANDOC_VERSION=3.3
44
curl -LsSf https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz | tar zxf -
0 commit comments