Skip to content

Commit

Permalink
Add libhandy-1 to the dependencies in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jacki <[email protected]>
  • Loading branch information
TheJackiMonster committed May 29, 2024
1 parent caed524 commit c5d6526
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ jobs:
run: |
sudo apt-get -qq update
sudo apt-get -qq install ninja-build meson gcc
sudo apt-get -qq install libqrencode-dev libzbar-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libpipewire-0.3-dev libportal-dev libportal-gtk3-dev
sudo apt-get -qq install libqrencode-dev libzbar-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libpipewire-0.3-dev libportal-dev libportal-gtk3-dev libhandy-1-dev
- name: Build application
run: |
meson setup --prefix=/usr --libdir=lib build
meson compile -C build
sudo meson install -C build

0 comments on commit c5d6526

Please sign in to comment.