diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63272a9..2a1724f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,8 @@ jobs: uses: actions/setup-go@v1 with: go-version: 1.16.x + - name: Install libusb-1.0-0-dev + run: sudo apt-get install libusb-1.0-0-dev - name: Checkout code uses: actions/checkout@v1 - name: Run tests