diff --git a/.forgejo/workflows/compile.yml b/.forgejo/workflows/compile.yml index 014596e..79373dc 100644 --- a/.forgejo/workflows/compile.yml +++ b/.forgejo/workflows/compile.yml @@ -8,7 +8,9 @@ jobs: - name: Setup PlatformIO run: | apt update + apt install software-properties-common add-apt-repository universe + apt update apt install platformio - name: Compile run: |