Skip to content

Commit

Permalink
fix: add missing meson dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 25, 2024
1 parent e368df0 commit 846b761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
rm -r /run/host${{ runner.tool_cache }}
- name: Install needed packages
run: apt update && apt install -y dpkg-dev build-essential debhelper plymouth plymouth-label plymouth-themes gettext
run: apt update && apt install -y dpkg-dev build-essential debhelper plymouth plymouth-label plymouth-themes gettext meson

- name: Build debian package
run: |
Expand Down

0 comments on commit 846b761

Please sign in to comment.