CI: added missing hidapi library for macos

This commit is contained in:
Gwenhael Goavec-Merou 2026-05-05 14:26:39 +02:00
parent 5d69478d0b
commit bd626184cd
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ jobs:
- name: '⚙️ Install dependencies' - name: '⚙️ Install dependencies'
run: | run: |
#brew update #brew update
brew install --only-dependencies openFPGALoader brew install --only-dependencies openFPGALoader hidapi
- name: '🚧 Build tarball' - name: '🚧 Build tarball'
run: | run: |