git: Add flathub repository to flatpak CI

This commit is contained in:
WerWolv
2025-07-22 18:07:24 +02:00
parent 7bfc3f44c9
commit 8593bf5f55

View File

@@ -1151,6 +1151,7 @@ jobs:
- name: ⬇️ Install setup dependencies
run: |
sudo apt update && sudo apt install -y git curl flatpak-builder
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
- name: 🧰 Checkout
uses: actions/checkout@v4