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 8bf42eb commit 761ac39Copy full SHA for 761ac39
.github/workflows/ci.yml
@@ -15,6 +15,11 @@ jobs:
15
- uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
+ - name: debug
19
+ run: |
20
+ sudo apt-get update
21
+ sudo apt-get install -y fonts-noto fonts-open-sans
22
+ fc-list
23
- name: Get Core Sans
24
uses: actions/checkout@v4
25
if: "!github.event.pull_request.head.repo.fork"
@@ -47,7 +52,7 @@ jobs:
47
52
cargo install mdbook-pandoc --locked --version 0.7.1
48
53
sudo apt-get update
49
54
sudo apt-get install -y fonts-noto fonts-open-sans calibre pdftk
50
- fc-list |
55
51
56
export PANDOC_VERSION=3.3
57
curl -LsSf https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz | tar zxf -
58
echo "$PWD/pandoc-${PANDOC_VERSION}/bin" >> $GITHUB_PATH
0 commit comments