mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 17:39:36 +02:00
CI: added missing hidapi library for macos
This commit is contained in:
@@ -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/**/*
|
||||
files: artifact/**/*
|
||||
|
||||
Reference in New Issue
Block a user