diff --git a/.forgejo/workflows/compile.yml b/.forgejo/workflows/compile.yml index 79373dc..d32100b 100644 --- a/.forgejo/workflows/compile.yml +++ b/.forgejo/workflows/compile.yml @@ -8,10 +8,10 @@ jobs: - name: Setup PlatformIO run: | apt update - apt install software-properties-common + apt -y install software-properties-common add-apt-repository universe apt update - apt install platformio + apt -y install platformio - name: Compile run: | cd ${{ github.workspace }}