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 af31022 commit c1967ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/LinuxFlatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt update
sudo apt install -y ninja-build libglib2.0-dev libxml2-dev libyaml-dev gettext libarchive-dev gperf pkg-config libstemmer-dev python3-dev python3-pip libcurl
sudo apt install -y ninja-build libglib2.0-dev libxml2-dev libyaml-dev gettext libarchive-dev gperf pkg-config libstemmer-dev python3-dev python3-pip libcurl4-openssl-dev
sudo pip3 install meson
- name: Install AppStream
Expand Down

0 comments on commit c1967ae

Please sign in to comment.