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