Skip to content

Commit 92a855c

Browse files
committed
cleanup
1 parent 2574b1c commit 92a855c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ 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-open-sans
22-
sudo fc-cache -f -v
23-
fc-list
2418
- name: Get Core Sans
2519
uses: actions/checkout@v4
2620
if: "!github.event.pull_request.head.repo.fork"
@@ -53,7 +47,7 @@ jobs:
5347
cargo install mdbook-pandoc --locked --version 0.7.1
5448
sudo apt-get update
5549
sudo apt-get install -y fonts-noto fonts-open-sans calibre pdftk
56-
fc-list
50+
sudo fc-cache -f -v
5751
export PANDOC_VERSION=3.3
5852
curl -LsSf https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz | tar zxf -
5953
echo "$PWD/pandoc-${PANDOC_VERSION}/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)