From 737c367b9c03d84ffc8ba8b02486dce7b34572b1 Mon Sep 17 00:00:00 2001 From: Lewis Jackson <> Date: Tue, 30 May 2023 19:34:50 +0300 Subject: [PATCH] YML syntax fix --- .forgejo/workflows/compile.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }}