Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Dec 24, 2024
1 parent 1f3a506 commit 41e415e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
run: cmake --version
- name: Use protoc
run: protoc --version
- name: Install libudev-dev
if: contains(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install -y libudev-dev
- name: yarn install
run: |
yarn install
Expand Down

0 comments on commit 41e415e

Please sign in to comment.