pull/4859/head
Ben Meadors 2024-09-24 13:45:02 -05:00 zatwierdzone przez GitHub
rodzic 9710ac79d3
commit 3c126212d5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -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: |