Install adafruit-nrfutil, as it is needed for building the application even though it is only used for uploading

This commit is contained in:
Kristian Sloth Lauszus 2021-03-24 13:07:15 +01:00
parent 3be8da5ff6
commit a121516eff

View file

@ -15,7 +15,7 @@ jobs:
- name: Install PlatformIO - name: Install PlatformIO
run: | run: |
pip install -U pip setuptools wheel pip install -U pip setuptools wheel
pip install platformio pip install platformio adafruit-nrfutil
- name: Install MIDI library - name: Install MIDI library
if: contains(matrix.example, 'MIDI') if: contains(matrix.example, 'MIDI')
# https://platformio.org/lib/show/62/MIDI%20Library # https://platformio.org/lib/show/62/MIDI%20Library