Skip to content

Commit 52f553b

Browse files
author
AhmedYasserrr
committed
feat: Add system dependencies installation step in CI workflow
1 parent 5fafe0a commit 52f553b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pip.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
2323

24+
- name: Install system dependencies
25+
run: |
26+
sudo apt update
27+
sudo apt install -y libusb-1.0-0-dev libftdi1-dev pkg-config
28+
2429
- name: Set up Python
2530
uses: actions/setup-python@v5
2631
with:

0 commit comments

Comments
 (0)