chore: Fix PlatformIO checks

See platformio/platformio-core#4078
This commit is contained in:
François Best 2021-10-10 14:01:47 +02:00 committed by GitHub
parent b4daa697a9
commit c7922927e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
pip install "click!=8.0.2" # See platformio/platformio-core#4078
- name: Run PlatformIO
run: pio ci --lib="." --board="${{matrix.board}}"
env: