Merge pull request #177 from aunetx/hotfix/flatpak-build

Add Flathub remote to build artifacts workflow
This commit is contained in:
josselinonduty 2025-12-07 14:29:42 +01:00 committed by GitHub
commit 55edc8e6b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y flatpak-builder qemu-user-static binfmt-support
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo snap install snapcraft --classic
- name: install_deps