Apparently the platformio in Ubuntu isn't modern enough
Some checks failed
Compile / Compile (push) Failing after 40s
Some checks failed
Compile / Compile (push) Failing after 40s
This commit is contained in:
parent
8fe0ed9f15
commit
bec5fb35d5
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ jobs:
|
||||||
- name: Setup PlatformIO
|
- name: Setup PlatformIO
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt -y install platformio curl git
|
apt -y install curl git
|
||||||
|
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