Allowing git and file protocols for the flatpak builder -fix

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

View file

@ -44,8 +44,8 @@ jobs:
- name: Build flatpak
run: |
git config --global protocol.allow git
git config --global protocol.allow file
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
- name: Create Artifact for flathub

View file

@ -44,8 +44,8 @@ jobs:
- name: Build flatpak
run: |
git config --global protocol.allow git
git config --global protocol.allow file
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
- name: Create Artifact for flathub