feat: add libusb-1.0 for v1.20 release
This commit is contained in:
parent
21b51926df
commit
b03acd5af5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/continuous.yml
vendored
2
.github/workflows/continuous.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
# client build dependencies
|
# client build dependencies
|
||||||
sudo apt install -y gcc git pkg-config ninja-build \
|
sudo apt install -y gcc git pkg-config ninja-build \
|
||||||
libavcodec-dev libavformat-dev libavutil-dev \
|
libavcodec-dev libavformat-dev libavutil-dev \
|
||||||
libsdl2-dev libcroco3 libavdevice-dev
|
libsdl2-dev libcroco3 libavdevice-dev libusb-1.0-0-dev
|
||||||
sudo apt install -y python3-pip
|
sudo apt install -y python3-pip
|
||||||
pip3 install meson --user
|
pip3 install meson --user
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue