diff --git a/.forgejo/workflows/compile.yml b/.forgejo/workflows/compile.yml index 3ef6009..014596e 100644 --- a/.forgejo/workflows/compile.yml +++ b/.forgejo/workflows/compile.yml @@ -6,10 +6,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup PlatformIO - - run: | - apt update - add-apt-repository universe - apt install platformio + run: | + apt update + add-apt-repository universe + apt install platformio - name: Compile run: | cd ${{ github.workspace }}