From f44b83d8546112f4b48ca6119a39b8a692d26f24 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Fri, 27 Dec 2024 01:26:53 +0100 Subject: [PATCH] install AppImage dependencies --- action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yaml b/action.yaml index 2ee12e7..3a65a13 100644 --- a/action.yaml +++ b/action.yaml @@ -28,6 +28,8 @@ runs: working-directory: ${{ github.action_path }} run: | set -x + apt-get update && apt-get install libfuse2 + INSTALL_PATH=${INSTALL_PATH:-/opt/${TARGET%%:*}} ./setup-browser install \ -cache-path cache \