Skip to content

Commit

Permalink
CI: install libusb
Browse files Browse the repository at this point in the history
  • Loading branch information
leonnicolas committed Dec 6, 2024
1 parent cac32ce commit 5388bab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: |
sudo apt update
sudo apt install libusb-1.0-0-dev -y
- run: docker build -t "nudle:e2e" .
- run: go test .

0 comments on commit 5388bab

Please sign in to comment.