install AppImage dependencies
This commit is contained in:
parent
5c2fefee0d
commit
f44b83d854
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue