Skip to content

Commit

Permalink
Add additional step for installing libudev-dev on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Sep 18, 2024
1 parent 51cf1e4 commit da671c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
if: startsWith(matrix.os, 'macos')
run: sudo -H pip install setuptools

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

#- name: Install Snapcraft
# uses: samuelmeuli/action-snapcraft@v1
# # Only install Snapcraft on Ubuntu
Expand Down

0 comments on commit da671c3

Please sign in to comment.