We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce15dd4 commit 04ea13cCopy full SHA for 04ea13c
.github/workflows/build.yml
@@ -27,6 +27,7 @@ jobs:
27
with:
28
path: ${{ github.workspace}}/.arduino/downloads
29
key: ${{ runner.os }}-arduino-downloads
30
+ - run: pip3 install --user adafruit-nrfutil
31
- run: make setup
32
- run: make all KALEIDOSCOPE_TEMP_PATH=${{ github.workspace}}/.kaleidoscope-temp
33
- name: Collect the commit SHAs of the build
0 commit comments