This commit is contained in:
parent
7264f696e6
commit
b45b5429f7
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ jobs:
|
||||||
apt update
|
apt update
|
||||||
apt -y install curl git python3 python3-pip
|
apt -y install curl git python3 python3-pip
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
pip3 install --upgrade platformio pio upgrade --dev
|
pip3 install -U platformio
|
||||||
|
pio upgrade --dev
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
|
|
Loading…
Reference in a new issue