Skip to content

Commit

Permalink
Revert "Add libudev-dev"
Browse files Browse the repository at this point in the history
This reverts commit 3d6cde7.
  • Loading branch information
lvpeschke committed Sep 15, 2023
1 parent aca54a1 commit 0ebac19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron-npm-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: matrix.package == '@celo/celocli'
run: |
apt update
apt install -y libusb-1.0-0-dev libudev-dev
apt install -y libusb-1.0-0-dev
- name: Installing npm package
run: yarn add ${{ matrix.package }}
- name: Test celocli command
Expand Down

0 comments on commit 0ebac19

Please sign in to comment.