Skip to content

Commit

Permalink
build(flatpak): fix flatpak apt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Tsai committed Oct 9, 2024
1 parent 20c3e9e commit 3f28981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- name: Install flatpak dependencies
if: ${{ github.event_name == 'schedule' }}
run: |
sudo apt-get update
sudo apt-get install -y flatpak flatpak-builder
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
sudo flatpak install -y --noninteractive flathub org.freedesktop.Platform//23.08
Expand Down

0 comments on commit 3f28981

Please sign in to comment.