From 6ffaf521ff964d7e14998c8a6568fe89d9de90c9 Mon Sep 17 00:00:00 2001 From: Lewis Jackson <> Date: Tue, 30 May 2023 21:33:34 +0300 Subject: [PATCH] And of course python is missing --- .forgejo/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/compile.yml b/.forgejo/workflows/compile.yml index e96c98f..6402ef3 100644 --- a/.forgejo/workflows/compile.yml +++ b/.forgejo/workflows/compile.yml @@ -8,7 +8,7 @@ jobs: - name: Setup PlatformIO run: | apt update - apt -y install curl git + apt -y install curl git python3 python3-pip python -m pip install --upgrade pip pip install --upgrade platformio pio upgrade --dev - name: Setup node