From e1f478fce1b3f264f7de5f52717a5a6727524c13 Mon Sep 17 00:00:00 2001 From: Lewis Jackson <> Date: Tue, 30 May 2023 19:40:48 +0300 Subject: [PATCH] Stackoverflow is wrong, again. --- .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 d32100b..d92e44f 100644 --- a/.forgejo/workflows/compile.yml +++ b/.forgejo/workflows/compile.yml @@ -9,7 +9,7 @@ jobs: run: | apt update apt -y install software-properties-common - add-apt-repository universe + add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" apt update apt -y install platformio - name: Compile