Skip to content

Commit df1875b

Browse files
Update python-app.yml
1 parent 5168883 commit df1875b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ jobs:
5353
- name: Install dependencies on the linux platform
5454
if: ${{ matrix.os == 'ubuntu-20.04' }}
5555
run: |
56-
python -m pip install -U patchelf
56+
sudo apt update
5757
sudo apt-get install libusb-1.0-0-dev libudev-dev
58+
python -m pip install -U patchelf
5859
# - name: Lint with flake8
5960
# run: |
6061
# # stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)