Skip to content

Commit

Permalink
fix meson build test
Browse files Browse the repository at this point in the history
missing the liblzma package
  • Loading branch information
Cyan4973 committed Jan 15, 2025
1 parent 908a958 commit d230e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-short-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get -y install build-essential python3-pip ninja-build liblz4-dev
sudo apt-get -y install build-essential python3-pip ninja-build liblz4-dev liblzma-dev
pip install --pre meson
- name: Build with Meson
run: |
Expand Down

0 comments on commit d230e7b

Please sign in to comment.