Commit 8743e40
CI: run the Windows diagnostic under bash so the heredoc works
The diagnostic step used Python heredoc syntax (`python - <<'PY' ... PY`)
but the step was running under pwsh, which does not understand <<.
PowerShell parse-errored on line 3 before anything ran, which is why the
second diagnostic run produced no pefile or WinDLL output at all.
Switch the step to `shell: bash` (Git Bash is installed by default on
GitHub Actions Windows runners) so the heredoc-into-python idiom works
unchanged. No other logic changes.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 280762c commit 8743e40
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments