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 2574b1c commit 92a855cCopy full SHA for 92a855c
.github/workflows/ci.yml
@@ -15,12 +15,6 @@ 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-open-sans
22
- sudo fc-cache -f -v
23
- fc-list
24
- name: Get Core Sans
25
uses: actions/checkout@v4
26
if: "!github.event.pull_request.head.repo.fork"
@@ -53,7 +47,7 @@ jobs:
53
47
cargo install mdbook-pandoc --locked --version 0.7.1
54
48
sudo apt-get update
55
49
sudo apt-get install -y fonts-noto fonts-open-sans calibre pdftk
56
50
+ sudo fc-cache -f -v
57
51
export PANDOC_VERSION=3.3
58
52
curl -LsSf https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz | tar zxf -
59
echo "$PWD/pandoc-${PANDOC_VERSION}/bin" >> $GITHUB_PATH
0 commit comments