mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
debug
This commit is contained in:
parent
cf2dd033ef
commit
9d8f2d14de
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ runs:
|
|||
# sudo ln -s ${{ github.workspace }} /github/workspace
|
||||
# DIR_REFS=$(cat ${{ inputs.flatpak_remote_refs_dir }}/* )
|
||||
cat << EOF | docker run -i --entrypoint bash -e FLATPAK_USER_DIR=/flatpak_dir/repo -e FLATPAK_TRIGGERSDIR=/flatpak_dir/triggers --volume ${FLATPAK_DIR}:/flatpak_dir ${image}
|
||||
set -exu
|
||||
flatpak config --user --set languages "*"
|
||||
flatpak remote-add --user ${{ inputs.flatpak_remote_name }} ${{ inputs.flatpak_remote_url }}
|
||||
flatpak install --user -y ${{ inputs.flatpak_remote_name }} org.mozilla.firefox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue