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