Skip to content

Commit

Permalink
Issue #212: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubMelka committed Dec 4, 2024
1 parent 7c0bbf3 commit f4cb610
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/LinuxFlatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- name: Setup Flatpak
run: |
sudo apt update
sudo apt upgrade -y
sudo apt install -y appstream flatpak-builder flatpak
- name: Add Flatpak repository
Expand All @@ -26,11 +27,7 @@ jobs:
flatpak --version
appstreamcli --version
flatpak list
- name: Fix Missing appstream-compose
run: |
sudo ln -s $(which appstreamcli) /usr/bin/appstream-compose || true
- name: Checkout repository
uses: actions/checkout@v3

Expand Down

0 comments on commit f4cb610

Please sign in to comment.