From 796300e46575eac7c802e57002d9c663d47a719a Mon Sep 17 00:00:00 2001 From: Lewis Jackson <> Date: Tue, 30 May 2023 19:32:11 +0300 Subject: [PATCH] Fucking stackoverflow people who assume you have desktop ubuntu --- .forgejo/workflows/compile.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/compile.yml b/.forgejo/workflows/compile.yml index 2885c26..3ef6009 100644 --- a/.forgejo/workflows/compile.yml +++ b/.forgejo/workflows/compile.yml @@ -5,8 +5,11 @@ jobs: Compile: runs-on: ubuntu-latest steps: - - run: add-apt-repository universe - - run: apt install platformio + - name: Setup PlatformIO + - run: | + apt update + add-apt-repository universe + apt install platformio - name: Compile run: | cd ${{ github.workspace }}