Skip to content

Commit

Permalink
Add desktop file utils to build 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 3c55ea2 commit ae5d567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install dependencies (application)
run: |
sudo apt-get -qq update
sudo apt-get -qq install ninja-build meson gcc
sudo apt-get -qq install ninja-build meson gcc desktop-file-utils
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 libnotify-dev
- name: Build application
Expand Down

0 comments on commit ae5d567

Please sign in to comment.