Skip to content

Commit 361b83a

Browse files
committed
Fix CI
1 parent ee105d5 commit 361b83a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
python -m pip install --upgrade pip
7676
pip install --upgrade platformio
7777
pip install --upgrade intelhex
78+
pip install --upgrade rich_click
7879
REF_NAME="${{ github.ref_name }}" pio run -e ${{ matrix.board }}
7980
cp .pio/build/${{ matrix.board }}/firmware.bin ./safeboot-${{ matrix.board }}.bin
8081
@@ -142,6 +143,7 @@ jobs:
142143
python -m pip install --upgrade pip
143144
pip install --upgrade platformio
144145
pip install --upgrade intelhex
146+
pip install --upgrade rich_click
145147
SAFEBOOT_IMAGE=../artifacts/${{ matrix.board }}/safeboot-${{ matrix.board }}.bin BOARD=${{ matrix.board }} pio run -d test -e ci
146148
147149
release:

0 commit comments

Comments
 (0)