Skip to content

Commit

Permalink
chore: fix libappstreamqt5-dev install in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
openarun committed Jan 7, 2024
1 parent 94c9f99 commit 3f41ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Refresh repos
run: apt-get update
- name: Install build dependencies
run: DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential cmake ninja-build pkg-config qtbase5-dev libdtkwidget-dev libdtkcore-dev libdtkgui-dev libpackagekitqt5-dev libappstreamqt5-dev (>= 1.0.0~) libsnapd-qt-dev qttools5-dev
run: DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential cmake ninja-build pkg-config qtbase5-dev libdtkwidget-dev libdtkcore-dev libdtkgui-dev libpackagekitqt5-dev libappstreamqt5-dev libsnapd-qt-dev qttools5-dev
- name: CMake and Make
run: |
mkdir build
Expand Down

0 comments on commit 3f41ad8

Please sign in to comment.