Skip to content

Commit f956491

Browse files
committed
Update main.yml
1 parent 1d485e1 commit f956491

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
if: startsWith(matrix.os, 'macos')
2626
run: sudo -H pip install setuptools
2727

28-
#- name: Additional step for ubuntu
29-
# if: startsWith(matrix.os, 'ubuntu')
30-
# run: sudo apt-get install libudev-dev
28+
- name: Additional step for ubuntu
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)