Skip to content

Commit 7fb4e52

Browse files
Fix pandoc FUSE error by using apt-get instead of AppImage
1 parent 9f39a66 commit 7fb4e52

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/epub.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,15 @@ jobs:
2121
with:
2222
mdbook-version: "latest"
2323

24-
- name: Install Pandoc
25-
uses: pandoc/actions/setup@v1
26-
with:
27-
version: "3.1"
28-
2924
- name: Install Tectonic
3025
uses: wtfjoke/setup-tectonic@v1
3126
with:
3227
github-token: ${{ secrets.GITHUB_TOKEN }}
3328

34-
- name: Install fonts
29+
- name: Install Pandoc and fonts
3530
run: |
3631
sudo apt-get update
37-
sudo apt-get install -y fonts-noto-cjk fonts-noto-cjk-extra
32+
sudo apt-get install -y pandoc fonts-noto-cjk fonts-noto-cjk-extra
3833
3934
- name: Install mdbook-pandoc
4035
run: |

0 commit comments

Comments
 (0)