From bd626184cdf52fbf17e8e6c397dcebdb5e6af75d Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Tue, 5 May 2026 14:26:39 +0200 Subject: [PATCH] CI: added missing hidapi library for macos --- .github/workflows/Test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 6ccf230..1e6c304 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -117,7 +117,7 @@ jobs: - name: '⚙️ Install dependencies' run: | #brew update - brew install --only-dependencies openFPGALoader + brew install --only-dependencies openFPGALoader hidapi - name: '🚧 Build tarball' run: | @@ -214,4 +214,4 @@ jobs: with: token: ${{ github.token }} tag: 'nightly' - files: artifact/**/* \ No newline at end of file + files: artifact/**/*