mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Install adafruit-nrfutil, as it is needed for building the application even though it is only used for uploading
This commit is contained in:
parent
3be8da5ff6
commit
a121516eff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Install PlatformIO
|
||||
run: |
|
||||
pip install -U pip setuptools wheel
|
||||
pip install platformio
|
||||
pip install platformio adafruit-nrfutil
|
||||
- name: Install MIDI library
|
||||
if: contains(matrix.example, 'MIDI')
|
||||
# https://platformio.org/lib/show/62/MIDI%20Library
|
||||
|
|
Loading…
Reference in a new issue