fixup! Build on Windows with github-actions.

This commit is contained in:
Matthieu Gautier 2024-05-29 15:48:00 +02:00
parent aed5e39158
commit 8f434354a9
1 changed files with 4 additions and 3 deletions

View File

@ -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