mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
debug env
This commit is contained in:
parent
9d8f2d14de
commit
0b0b0484a2
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ runs:
|
|||
# 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
|
||||
env | grep FLATPAK
|
||||
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