debug(ci): enable runner debug logging to investigate Windows D:\a issue

This commit is contained in:
Vijay Janapa Reddi
2026-01-26 15:02:28 -05:00
parent 70634bcf4c
commit 4cc97325a4

View File

@@ -93,6 +93,9 @@ env:
TINYTORCH_QUIET: "1"
PYTHONIOENCODING: "utf-8" # Required for Windows emoji support in Rich
PYTHONUTF8: "1" # Force UTF-8 for all Python I/O (subprocess pipes)
# Debug logging for Windows D:\a issue investigation
ACTIONS_RUNNER_DEBUG: "true"
ACTIONS_STEP_DEBUG: "true"
jobs:
# ===========================================================================
@@ -146,12 +149,10 @@ jobs:
case "$OS_INPUT" in
windows)
# Use windows-2022 for stability (windows-latest/2025 has path issues)
echo 'os_matrix=["windows-2022"]' >> $GITHUB_OUTPUT
echo 'os_matrix=["windows-latest"]' >> $GITHUB_OUTPUT
;;
all)
# Use windows-2022 for stability (windows-latest/2025 has path issues)
echo 'os_matrix=["ubuntu-latest","windows-2022"]' >> $GITHUB_OUTPUT
echo 'os_matrix=["ubuntu-latest","windows-latest"]' >> $GITHUB_OUTPUT
;;
*)
# Default: Linux only