Skip to content

Commit 7fa94e5

Browse files
Install libfuse2 to fix Tectonic AppImage error
1 parent 7fb4e52 commit 7fa94e5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/epub.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,18 @@ jobs:
2121
with:
2222
mdbook-version: "latest"
2323

24+
- name: Install FUSE (required for AppImages)
25+
run: |
26+
sudo apt-get update
27+
sudo apt-get install -y libfuse2
28+
2429
- name: Install Tectonic
2530
uses: wtfjoke/setup-tectonic@v1
2631
with:
2732
github-token: ${{ secrets.GITHUB_TOKEN }}
2833

2934
- name: Install Pandoc and fonts
3035
run: |
31-
sudo apt-get update
3236
sudo apt-get install -y pandoc fonts-noto-cjk fonts-noto-cjk-extra
3337
3438
- name: Install mdbook-pandoc

0 commit comments

Comments
 (0)