Skip to content

Commit 3387200

Browse files
hotlongCopilot
andcommitted
ci(one): set APPIMAGE_EXTRACT_AND_RUN=1 for FUSE-less ubuntu-22.04
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7113154 commit 3387200

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/one.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575

7676
- name: Build Tauri bundle
7777
env:
78+
# AppImage tools need FUSE on Linux; ubuntu-22.04 dropped it.
79+
# Setting this forces AppImage runtime to extract-and-run instead.
80+
APPIMAGE_EXTRACT_AND_RUN: "1"
7881
# Tauri updater key (no-password key generated via `signer generate --ci`).
7982
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
8083
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ""

0 commit comments

Comments
 (0)