1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-26 20:14:19 -04:00

Use sudo to fix permission error

This commit is contained in:
Jon Beniston
2026-05-19 07:46:05 +01:00
parent f009d46868
commit 01b8329ba1
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
sudo apt-get install -y flatpak flatpak-builder xvfb
- name: Add Flathub remote
run: |
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- name: Get version
id: get_version
run: |