We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18c450 commit 65dac4eCopy full SHA for 65dac4e
1 file changed
.github/workflows/ci.yml
@@ -57,9 +57,12 @@ jobs:
57
- name: Install PyRDP dependencies
58
run: |
59
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
60
- build-essential python3-dev \
+ build-essential python3-dev pkg-config \
61
libegl1 libxcb-cursor0 libxkbcommon-x11-0 libxcb-icccm4 libxcb-keysyms1 \
62
- libavcodec58 libavdevice58
+ libavcodec58 libavdevice58 \
63
+ libavformat-dev libavcodec-dev libavdevice-dev libavfilter-dev \
64
+ libswscale-dev libavutil-dev
65
+
66
- name: Install PyRDP
67
working-directory: .
68
run: pip install -U -e .[full]
0 commit comments