And of course python is missing
Some checks failed
Compile / Compile (push) Failing after 2m3s

This commit is contained in:
Lewis Jackson 2023-05-30 21:33:34 +03:00
parent 22af37adc7
commit 6ffaf521ff

View file

@ -8,7 +8,7 @@ jobs:
- name: Setup PlatformIO
run: |
apt update
apt -y install curl git
apt -y install curl git python3 python3-pip
python -m pip install --upgrade pip
pip install --upgrade platformio pio upgrade --dev
- name: Setup node