Skip to content

Commit

Permalink
Actions: Ensure libdbus-1-dev is installed for Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Jul 12, 2024
1 parent 4033b62 commit 220af8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-clifp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
run: sudo apt-get install libdbus-1-dev
- name: Install libzstd-dev
run: sudo apt-get install libzstd-dev
- name: Install libdbus-1-dev
run: sudo apt-get install libdbus-1-dev
- name: Checkout CLIFp
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 220af8a

Please sign in to comment.