From ec590a0efee6435ea0fef4c86196eb27e080c6d0 Mon Sep 17 00:00:00 2001 From: Binarybaron Date: Thu, 12 Jun 2025 13:11:14 +0200 Subject: [PATCH] fix(ci): Use sudo to install flatpak upgrade --- .github/workflows/build-gui-release-binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-gui-release-binaries.yml b/.github/workflows/build-gui-release-binaries.yml index 575f2d45..f2c474ac 100644 --- a/.github/workflows/build-gui-release-binaries.yml +++ b/.github/workflows/build-gui-release-binaries.yml @@ -69,9 +69,9 @@ jobs: if: matrix.platform == 'ubuntu-24.04' run: | flatpak --version - flatpak remote-add --if-not-exists flathub \ + sudo flatpak remote-add --if-not-exists flathub \ https://dl.flathub.org/repo/flathub.flatpakrepo - flatpak update -y + sudo flatpak update -y - name: work around spurious network errors in curl 8.0 shell: bash