Skip to content

Commit

Permalink
Missed a sudo
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew J. Milner <[email protected]>
  • Loading branch information
matterhorn103 committed Nov 12, 2024
1 parent 12d9b3b commit ae268dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: sudo apt update -qq && sudo apt install -y -qq flatpak flatpak-builder

- name: Configure flatpak
run: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
run: sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

- name: Checkout openchemistry
uses: actions/checkout@v4
Expand Down

0 comments on commit ae268dd

Please sign in to comment.