fix(ci): add shell: bash to retry action for Windows compatibility

This commit is contained in:
YeonGyu-Kim
2026-02-01 19:58:11 +09:00
parent b3edd88f83
commit 62c8a671ee

View File

@@ -89,6 +89,7 @@ jobs:
timeout_minutes: 5
max_attempts: 5
retry_wait_seconds: 10
shell: bash
command: |
PLATFORM="${{ matrix.platform }}"
case "$PLATFORM" in