Skip to content

Commit

Permalink
workflows: fix git error
Browse files Browse the repository at this point in the history
- Works around the fatal error from git's clone operation.
  • Loading branch information
R1kaB3rN committed Jan 14, 2025
1 parent 765aa25 commit 7eb46d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
run: |
source .venv/bin/activate
cd packaging/flatpak
git config --global protocol.file.allow always
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=umu-repo --install umu-launcher org.openwinecomponents.umu.umu-launcher.yml
flatpak run --command=sh --devel org.openwinecomponents.umu.umu-launcher
Expand Down

0 comments on commit 7eb46d6

Please sign in to comment.