Skip to content

Commit 4115e9a

Browse files
committed
flatpak repo needed permission
1 parent 6afb01a commit 4115e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/LinuxReleaseFlatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
sudo apt update
4747
sudo apt install -yq git build-essential pkg-config python3-dev python3-venv qt6-base-dev flatpak flatpak-builder
48-
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
48+
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
4949
python -m pip install briefcase
5050
- name: Build linux arifacts #4
5151
run: |

0 commit comments

Comments
 (0)