Skip to content

Commit

Permalink
fix(ci): remove unnecessary package install
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrq committed Nov 11, 2023
1 parent 8cea3ee commit 64b4d4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
# setup sharedKey to share cache with other jobs
sharedKey: ${{ github.run_id }}-${{ github.run_attempt }}

- run: sudo apt-get install -y libudev-dev libusb-1.0.0-dev
- name: test
run: |
#with --lib we only test the unit tests
Expand Down

0 comments on commit 64b4d4f

Please sign in to comment.