Skip to content

Commit 9bf801a

Browse files
committed
Update main.yml
1 parent f956491 commit 9bf801a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
run: sudo -H pip install setuptools
2727

2828
- name: Additional step for ubuntu
29-
if: startsWith(matrix.os, 'ubuntu')
30-
run: sudo apt-get install libudev-dev
29+
if: startsWith(matrix.os, 'ubuntu')
30+
run: sudo apt-get install libudev-dev
3131

3232
#- name: Install Snapcraft
3333
# uses: samuelmeuli/action-snapcraft@v1

0 commit comments

Comments
 (0)