This commit is contained in:
parent
bec5fb35d5
commit
22af37adc7
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt -y install curl git
|
apt -y install curl git
|
||||||
python -m pip install --upgrade pip pip install --upgrade platformio pio upgrade --dev
|
python -m pip install --upgrade pip
|
||||||
|
pip install --upgrade 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