CI: added missing hidapi library for macos
This commit is contained in:
parent
5d69478d0b
commit
bd626184cd
|
|
@ -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: |
|
||||||
|
|
@ -214,4 +214,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
tag: 'nightly'
|
tag: 'nightly'
|
||||||
files: artifact/**/*
|
files: artifact/**/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue