Skip to content

Commit 2aae4ef

Browse files
committed
install open sans as fallback font
1 parent e53bff8 commit 2aae4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
cargo install mdbook-pandoc --locked --version 0.7.1
4040
sudo apt-get update
41-
sudo apt-get install -y fonts-noto calibre pdftk
41+
sudo apt-get install -y fonts-noto fonts-open-sans calibre pdftk
4242
4343
export PANDOC_VERSION=3.3
4444
curl -LsSf https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz | tar zxf -

0 commit comments

Comments
 (0)