We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d485e1 commit f956491Copy full SHA for f956491
.github/workflows/main.yml
@@ -25,9 +25,9 @@ jobs:
25
if: startsWith(matrix.os, 'macos')
26
run: sudo -H pip install setuptools
27
28
- #- name: Additional step for ubuntu
29
- # if: startsWith(matrix.os, 'ubuntu')
30
- # run: sudo apt-get install libudev-dev
+ - name: Additional step for ubuntu
+ if: startsWith(matrix.os, 'ubuntu')
+ run: sudo apt-get install libudev-dev
31
32
#- name: Install Snapcraft
33
# uses: samuelmeuli/action-snapcraft@v1
0 commit comments