From 8f434354a9674cb523262696beab196d6c36cfce Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 29 May 2024 15:48:00 +0200 Subject: [PATCH] fixup! Build on Windows with github-actions. --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ff232e..714db40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,9 +52,10 @@ jobs: env: SSH_KEY: ${{ runner.temp }}/id_rsa - name: Upload failure logs - shell: bash if: failure() - run: $GITHUB_WORKSPACE/.github/scripts/upload_failure_logs.sh + run: python .github\\scripts\\upload_failure_logs.py + env: + SSH_KEY: ${{ runner.temp }}/id_rsa Linux: strategy: @@ -125,7 +126,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