diff --git a/.forgejo/workflows/compile.yml b/.forgejo/workflows/compile.yml index e525fbb..a376ab3 100644 --- a/.forgejo/workflows/compile.yml +++ b/.forgejo/workflows/compile.yml @@ -8,7 +8,8 @@ jobs: - name: Setup PlatformIO run: | 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 run: | curl -fsSL https://deb.nodesource.com/setup_20.x | bash -