mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-27 19:20:32 -05:00
fix(ci): Use sudo to install flatpak upgrade
This commit is contained in:
parent
a654ee43f5
commit
ec590a0efe
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue