From 15a3493a4ef1c1a9e8bec06276ee61dfadcf412a Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Fri, 27 Dec 2024 01:36:24 +0100 Subject: [PATCH] fix(action): enable fuse --- action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yaml b/action.yaml index 3556934..0aaba5c 100644 --- a/action.yaml +++ b/action.yaml @@ -30,6 +30,7 @@ runs: run: | set -x apt-get update && apt-get install libfuse2 + modprobe fuse INSTALL_PATH=${INSTALL_PATH:-/opt/${TARGET%%:*}} ./setup-browser install \