Skip to content

Commit

Permalink
Actions: Ensure libbrotli-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 220af8a commit 1ab9442
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 @@ -70,6 +70,8 @@ jobs:
run: sudo apt-get install libzstd-dev
- name: Install libdbus-1-dev
run: sudo apt-get install libdbus-1-dev
- name: Install libbrotli-dev
run: sudo apt-get install libbrotli-dev
- name: Checkout CLIFp
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1ab9442

Please sign in to comment.