PIO script

This commit is contained in:
Ben Meadors
2024-09-24 13:45:02 -05:00
committed by GitHub
parent 9710ac79d3
commit 3c126212d5

View File

@@ -70,10 +70,16 @@ jobs:
- name: Upgrade python tools
shell: bash
run: |
pipx install platformio adafruit-nrfutil
pipx install adafruit-nrfutil
pipx install poetry
pipx install meshtastic --pip-args=--pre
- name: Install PlatformIO from script
shell: bash
run: |
curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
python3 get-platformio.py
- name: Upgrade platformio
shell: bash
run: |