From 0e065408300e8e580c78e51735934b8497653fd8 Mon Sep 17 00:00:00 2001 From: josselinonduty Date: Sun, 7 Dec 2025 14:29:28 +0100 Subject: [PATCH] Add Flathub remote to build artifacts workflow --- .github/workflows/build-artifacts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 26a07e0..d26a396 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -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