From 7fa94e5631dfccefd9526960071eb942e9d787d7 Mon Sep 17 00:00:00 2001 From: Snowball_233 Date: Fri, 23 Jan 2026 00:44:49 +0800 Subject: [PATCH] Install libfuse2 to fix Tectonic AppImage error --- .github/workflows/epub.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/epub.yml b/.github/workflows/epub.yml index 07bece5a..ae24f2f0 100644 --- a/.github/workflows/epub.yml +++ b/.github/workflows/epub.yml @@ -21,6 +21,11 @@ jobs: with: mdbook-version: "latest" + - name: Install FUSE (required for AppImages) + run: | + sudo apt-get update + sudo apt-get install -y libfuse2 + - name: Install Tectonic uses: wtfjoke/setup-tectonic@v1 with: @@ -28,7 +33,6 @@ jobs: - name: Install Pandoc and fonts run: | - sudo apt-get update sudo apt-get install -y pandoc fonts-noto-cjk fonts-noto-cjk-extra - name: Install mdbook-pandoc