fix(action): enable fuse
All checks were successful
/ Move action v0 tag (push) Successful in 25s

This commit is contained in:
Bruno Carlin 2024-12-27 01:36:24 +01:00
parent d926e3d3f1
commit 15a3493a4e
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -30,6 +30,7 @@ runs:
run: | run: |
set -x set -x
apt-get update && apt-get install libfuse2 apt-get update && apt-get install libfuse2
modprobe fuse
INSTALL_PATH=${INSTALL_PATH:-/opt/${TARGET%%:*}} INSTALL_PATH=${INSTALL_PATH:-/opt/${TARGET%%:*}}
./setup-browser install \ ./setup-browser install \