Skip to content

Commit 3b975b4

Browse files
committed
Next try to fix flatpak build
1 parent b6d02f3 commit 3b975b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
# Install build dependencies
3535
sudo apt-get -y install flatpak-builder
36-
sudo flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
36+
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
3737
3838
- name: Build
3939
id: build

0 commit comments

Comments
 (0)