Skip to content

Commit 5ed9209

Browse files
committed
[ci] fix building source distribution
1 parent 566f109 commit 5ed9209

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run_test_build_deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
uses: actions/[email protected]
3939
with:
4040
python-version: 3.8
41+
- name: Setup libusb-dev
42+
run: |
43+
sudo apt-get install -y libusb-dev
4144
- name: Install dependencies
4245
run: |
4346
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)