fix meson-linux build test
missing the liblzma package
This commit is contained in:
@@ -220,7 +220,7 @@ jobs:
|
|||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
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
|
pip install --pre meson
|
||||||
- name: Build with Meson
|
- name: Build with Meson
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user