install AppImage dependencies

This commit is contained in:
Bruno Carlin 2024-12-27 01:26:53 +01:00
parent 5c2fefee0d
commit f44b83d854
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -28,6 +28,8 @@ runs:
working-directory: ${{ github.action_path }} working-directory: ${{ github.action_path }}
run: | run: |
set -x set -x
apt-get update && apt-get install libfuse2
INSTALL_PATH=${INSTALL_PATH:-/opt/${TARGET%%:*}} INSTALL_PATH=${INSTALL_PATH:-/opt/${TARGET%%:*}}
./setup-browser install \ ./setup-browser install \
-cache-path cache \ -cache-path cache \