fixaction): appimage run needs an env var
All checks were successful
/ Move action v0 tag (push) Successful in 21s
All checks were successful
/ Move action v0 tag (push) Successful in 21s
This commit is contained in:
parent
15a3493a4e
commit
737fe3aa7a
1 changed files with 1 additions and 3 deletions
|
@ -29,15 +29,13 @@ runs:
|
|||
working-directory: ${{ github.action_path }}
|
||||
run: |
|
||||
set -x
|
||||
apt-get update && apt-get install libfuse2
|
||||
modprobe fuse
|
||||
|
||||
INSTALL_PATH=${INSTALL_PATH:-/opt/${TARGET%%:*}}
|
||||
./setup-browser install \
|
||||
-cache-path cache \
|
||||
-install-to "$INSTALL_PATH" \
|
||||
"${TARGET}"
|
||||
echo "$(dirname "$INSTALL_PATH")" >> "$GITHUB_PATH"
|
||||
echo "APPIMAGE_EXTRACT_AND_RUN=true" >> "$GITHUB_ENV"
|
||||
shell: bash
|
||||
env:
|
||||
TARGET: ${{ inputs.target }}
|
||||
|
|
Loading…
Reference in a new issue