Skip to content

Commit

Permalink
fixup: a missing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Dec 14, 2023
1 parent b551b9d commit 9891103
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 @@ -56,7 +56,7 @@ jobs:
run: sudo apt update -y
- name: Install PyRDP dependencies
run: |
sudo apt-get update && apt-get install -y --no-install-recommends \
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
build-essentials python3-dev \
libegl1 libxcb-cursor0 libxkbcommon-x11-0 libxcb-icccm4 libxcb-keysyms1 \
libavcodec58 libavdevice58
Expand Down

0 comments on commit 9891103

Please sign in to comment.