Skip to content

Commit

Permalink
Update main-ci.yml (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechyGuy17 authored Jan 29, 2024
1 parent 1b4da17 commit cf82609
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
with:
python-version: 3.11

- name: install deps for ${{ matrix.config.name }}
if: matrix.config.os == 'ubuntu-latest'
apt:
name: "libudev-dev"
update_cache: true
state: present

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit cf82609

Please sign in to comment.