[CI] Install pyserial for ESP32 CI_FORCE_BUILD
This commit is contained in:
parent
840f26bfe8
commit
d8f677829d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -54,6 +54,7 @@ jobs:
|
|||
echo "::set-output name=skip-path::(HTTP|MQTT).*ino"
|
||||
|
||||
elif [[ "${{ contains(matrix.board, 'esp32') }}" == "true" ]]; then
|
||||
python -m pip install pyserial
|
||||
echo "::set-output name=index-url::--additional-urls https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"
|
||||
|
||||
elif [[ "${{ contains(matrix.board, 'STM32') }}" == "true" ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue