From e76ce513d692b58ba0923eb53ed40fedfd5e1743 Mon Sep 17 00:00:00 2001 From: Lewis Jackson <> Date: Tue, 30 May 2023 21:19:53 +0300 Subject: [PATCH] How can you not have curl installed by default what the fuck --- .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 1278b92..1eeea43 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 platformio + apt -y install platformio curl - name: Setup node run: | curl -fsSL https://deb.nodesource.com/setup_20.x | bash -