Skip to content

Commit

Permalink
fixup: missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Dec 6, 2023
1 parent e469071 commit f76aea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install setuptools
run: sudo apt install python3-setuptools
- name: Install PyRDP dependencies
run: sudo apt install libgl1-mesa-glx git python3-dev
run: sudo apt install libgl1-mesa-glx libegl1 git python3-dev
- name: Install wheel
working-directory: .
run: pip install wheel
Expand Down

0 comments on commit f76aea8

Please sign in to comment.