Skip to content

Commit

Permalink
Actions: Insure libzstd-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 96af865 commit 4033b62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-clifp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ jobs:
run: sudo apt-get install libegl1-mesa-dev
- name: Install Wayland
run: sudo apt-get install libwayland-dev
- name: Install DBus
- name: Install DBus [22.04]
if: matrix.os == 'ubuntu-22.04'
run: sudo apt-get install libdbus-1-dev
- name: Install libzstd-dev
run: sudo apt-get install libzstd-dev
- name: Checkout CLIFp
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4033b62

Please sign in to comment.