Skip to content

Commit 65dac4e

Browse files
committed
Added PyAV build deps on CI
1 parent e18c450 commit 65dac4e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,12 @@ jobs:
5757
- name: Install PyRDP dependencies
5858
run: |
5959
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
60-
build-essential python3-dev \
60+
build-essential python3-dev pkg-config \
6161
libegl1 libxcb-cursor0 libxkbcommon-x11-0 libxcb-icccm4 libxcb-keysyms1 \
62-
libavcodec58 libavdevice58
62+
libavcodec58 libavdevice58 \
63+
libavformat-dev libavcodec-dev libavdevice-dev libavfilter-dev \
64+
libswscale-dev libavutil-dev
65+
6366
- name: Install PyRDP
6467
working-directory: .
6568
run: pip install -U -e .[full]

0 commit comments

Comments
 (0)