From bc7eb260fd08d2ee3a182a18313d647dedabd74f Mon Sep 17 00:00:00 2001 From: fredzo Date: Sat, 19 Oct 2024 18:37:46 +0200 Subject: [PATCH] Update build-ubuntu.yml Try and fix linux build --- .github/workflows/build-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ubuntu.yml b/.github/workflows/build-ubuntu.yml index c29d1fa5..358f67c6 100644 --- a/.github/workflows/build-ubuntu.yml +++ b/.github/workflows/build-ubuntu.yml @@ -58,7 +58,7 @@ jobs: curl \ wget \ xzip \ - libhidapi-dev \ + libhidapi \ - name: Install Docs Dependencies if: ${{ matrix.docs }}