Apparently the platformio in Ubuntu isn't modern enough
Some checks failed
Compile / Compile (push) Failing after 40s

This commit is contained in:
Lewis Jackson 2023-05-30 21:30:16 +03:00
parent 8fe0ed9f15
commit bec5fb35d5

View file

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