Skip to content

Commit 761ac39

Browse files
committed
debug
1 parent 8bf42eb commit 761ac39

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
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
1823
- name: Get Core Sans
1924
uses: actions/checkout@v4
2025
if: "!github.event.pull_request.head.repo.fork"
@@ -47,7 +52,7 @@ jobs:
4752
cargo install mdbook-pandoc --locked --version 0.7.1
4853
sudo apt-get update
4954
sudo apt-get install -y fonts-noto fonts-open-sans calibre pdftk
50-
fc-list |
55+
fc-list
5156
export PANDOC_VERSION=3.3
5257
curl -LsSf https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz | tar zxf -
5358
echo "$PWD/pandoc-${PANDOC_VERSION}/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)