Allowing git and file protocols for the flatpak builder -fix2

This commit is contained in:
XargonWan 2022-10-23 09:41:44 +02:00
parent ce3012de18
commit eb9db96c07
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ jobs:
- name: Build flatpak
run: |
git config --global protocol.git.allow
#git config --global protocol.git.allow
git config --global protocol.file.allow
flatpak-builder --user --force-clean --install-deps-from=flathub --install-deps-from=flathub-beta --repo=${GITHUB_WORKSPACE}/local ${GITHUB_WORKSPACE}/retrodeck-flatpak-cooker net.retrodeck.retrodeck.yml

View file

@ -44,7 +44,7 @@ jobs:
- name: Build flatpak
run: |
git config --global protocol.git.allow
#git config --global protocol.git.allow
git config --global protocol.file.allow
flatpak-builder --user --force-clean --install-deps-from=flathub --install-deps-from=flathub-beta --repo=${GITHUB_WORKSPACE}/local ${GITHUB_WORKSPACE}/retrodeck-flatpak-main net.retrodeck.retrodeck.yml