ci(github-actions): install libfuse2t64 for Linux AppImage packaging (#4798)

This commit is contained in:
James Rich 2026-03-14 10:13:00 -05:00 committed by GitHub
parent ac8119b086
commit 5610cc3924
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -295,6 +295,10 @@ jobs:
- name: Export Full Library Licenses
run: ./gradlew exportLibraryDefinitions -Pci=true
- name: Install dependencies for AppImage
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install -y libfuse2t64
- name: Package Native Distributions
env:
ORG_GRADLE_PROJECT_appVersionName: ${{ needs.prepare-build-info.outputs.APP_VERSION_NAME }}