1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2024-06-08 21:57:53 +02:00

Use development platformio version

https://github.com/platformio/platformio-core/issues/3901
This commit is contained in:
Patrick Rathje 2021-04-23 15:33:36 +02:00
parent e4a24a3dd0
commit 3bb569ccf4

View File

@ -13,5 +13,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install platformio pip install platformio
platformio upgrade --dev
platformio update
- name: Run PlatformIO Tests - name: Run PlatformIO Tests
run: platformio test --environment desktop run: platformio test --environment desktop