We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee105d5 commit 361b83aCopy full SHA for 361b83a
.github/workflows/build.yml
@@ -75,6 +75,7 @@ jobs:
75
python -m pip install --upgrade pip
76
pip install --upgrade platformio
77
pip install --upgrade intelhex
78
+ pip install --upgrade rich_click
79
REF_NAME="${{ github.ref_name }}" pio run -e ${{ matrix.board }}
80
cp .pio/build/${{ matrix.board }}/firmware.bin ./safeboot-${{ matrix.board }}.bin
81
@@ -142,6 +143,7 @@ jobs:
142
143
144
145
146
147
SAFEBOOT_IMAGE=../artifacts/${{ matrix.board }}/safeboot-${{ matrix.board }}.bin BOARD=${{ matrix.board }} pio run -d test -e ci
148
149
release:
0 commit comments