From 5489769907be9192c3036c7c0725dd9b82c33086 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 15 Apr 2024 15:08:32 +0200 Subject: [PATCH] Fix workflow indentation --- .github/workflows/ci.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c2eb56..8114929 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,20 +40,24 @@ jobs: env: SSH_KEY: ${{ runner.temp }}/id_rsa - name: Ensure base deps - run: python .github\\scripts\\ensure_base_deps.py + run: | + python .github\\scripts\\ensure_base_deps.py env: SSH_KEY: ${{ runner.temp }}/id_rsa - name: Compile all deps - run: python .github\\scripts\\compile_all_deps.py + run: | + python .github\\scripts\\compile_all_deps.py env: SSH_KEY: ${{ runner.temp }}/id_rsa - name: Build projects - run: python .github\\scripts\\build_projects.py + run: | + python .github\\scripts\\build_projects.py env: SSH_KEY: ${{ runner.temp }}/id_rsa - name: Upload failure logs if: failure() - run: python .github\\scripts\\upload_failure_logs.py + run: | + python .github\\scripts\\upload_failure_logs.py Linux: strategy: @@ -128,7 +132,7 @@ jobs: kiwix-build/.github/scripts/ensure_base_deps.py env: COMPILE_CONFIG: ${{matrix.config}} - - name: Compile all deps + - name: Compile all deps shell: bash run: | cd $HOME