From 0253052fe9fc3b5a7765ddc40a8878cb66fdbe40 Mon Sep 17 00:00:00 2001 From: Lewis Jackson <> Date: Tue, 30 May 2023 20:01:16 +0300 Subject: [PATCH] Adding universe repo wasn't necessary, just update. --- .forgejo/workflows/compile.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.forgejo/workflows/compile.yml b/.forgejo/workflows/compile.yml index 77580a1..4229fdc 100644 --- a/.forgejo/workflows/compile.yml +++ b/.forgejo/workflows/compile.yml @@ -7,9 +7,6 @@ jobs: steps: - name: Setup PlatformIO run: | - apt update - apt -y install software-properties-common - add-apt-repository "deb http://archive.ubuntu.com/ubuntu jammy universe" apt update apt -y install platformio - name: Compile