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: env:
SSH_KEY: ${{ runner.temp }}/id_rsa SSH_KEY: ${{ runner.temp }}/id_rsa
- name: Upload failure logs - name: Upload failure logs
shell: bash
if: failure() 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: Linux:
strategy: strategy: