From b0921c93b55c4a9f5927caed71b34d204ac8e696 Mon Sep 17 00:00:00 2001 From: Lewis Jackson <> Date: Tue, 30 May 2023 19:37:28 +0300 Subject: [PATCH] Fucking fucks. --- .forgejo/workflows/compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/compile.yml b/.forgejo/workflows/compile.yml index 79373dc..d32100b 100644 --- a/.forgejo/workflows/compile.yml +++ b/.forgejo/workflows/compile.yml @@ -8,10 +8,10 @@ jobs: - name: Setup PlatformIO run: | apt update - apt install software-properties-common + apt -y install software-properties-common add-apt-repository universe apt update - apt install platformio + apt -y install platformio - name: Compile run: | cd ${{ github.workspace }}