mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 13:45:38 +00:00
git config --global protocol.file.allow always
This commit is contained in:
parent
eb5c18c939
commit
ca629ec65b
2
.github/workflows/build_es-de.yml
vendored
2
.github/workflows/build_es-de.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- name: "Build flatpak"
|
- name: "Build flatpak"
|
||||||
id: "flatpak-download"
|
id: "flatpak-download"
|
||||||
run: |
|
run: |
|
||||||
git config protocol.file.allow always
|
git config --global protocol.file.allow always
|
||||||
flatpak-builder --user --force-clean \
|
flatpak-builder --user --force-clean \
|
||||||
--install-deps-from=flathub \
|
--install-deps-from=flathub \
|
||||||
--install-deps-from=flathub-beta \
|
--install-deps-from=flathub-beta \
|
||||||
|
|
Loading…
Reference in a new issue