Skip to content

Commit

Permalink
Add missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
richrace committed Jun 23, 2024
1 parent 07ef032 commit b391fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libusb-1.0-0-dev
packages: libusb-1.0-0-dev libudev-dev
version: 1.0

- name: install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libusb-1.0-0-dev
packages: libusb-1.0-0-dev libudev-dev
version: 1.0

- name: install dependencies
Expand Down

0 comments on commit b391fe5

Please sign in to comment.