fix(ci): Use sudo to install flatpak upgrade

This commit is contained in:
Binarybaron 2025-06-12 13:11:14 +02:00
parent a654ee43f5
commit ec590a0efe

View file

@ -69,9 +69,9 @@ jobs:
if: matrix.platform == 'ubuntu-24.04' if: matrix.platform == 'ubuntu-24.04'
run: | run: |
flatpak --version flatpak --version
flatpak remote-add --if-not-exists flathub \ sudo flatpak remote-add --if-not-exists flathub \
https://dl.flathub.org/repo/flathub.flatpakrepo https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak update -y sudo flatpak update -y
- name: work around spurious network errors in curl 8.0 - name: work around spurious network errors in curl 8.0
shell: bash shell: bash