Skip to content

Commit

Permalink
workaround to get platformio to work
Browse files Browse the repository at this point in the history
  • Loading branch information
noah1510 committed Mar 23, 2020
1 parent b675790 commit dc099f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
run: |
pip install -U wheel
pip install -U platformio
platformio update
python -m platformio update
- name: "Build & test"
env:
PLATFORMIO_CI_SRC : examples/LedControllerDemoRocket/LedControllerDemoRocket.ino
run: |
platformio ci --lib="." --board=esp32dev
python -m platformio ci --lib="." --board=esp32dev
- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit dc099f9

Please sign in to comment.