From eb9db96c07106e2cb7a248519014d0297b7c07c1 Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Sun, 23 Oct 2022 09:41:44 +0200 Subject: [PATCH] Allowing git and file protocols for the flatpak builder -fix2 --- .github/workflows/cooker-selfhosted.yml | 2 +- .github/workflows/main-selfhosted.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 0f6f4a9b..1feea499 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -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 diff --git a/.github/workflows/main-selfhosted.yml b/.github/workflows/main-selfhosted.yml index 33941d2c..4329cefa 100644 --- a/.github/workflows/main-selfhosted.yml +++ b/.github/workflows/main-selfhosted.yml @@ -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