Commit 5b9f8ea
committed
fix: use bash shell for debug step to work on Windows
The debug step was failing on Windows because it used Unix-specific
paths and syntax. Adding 'shell: bash' ensures bash is used on both
Unix and Windows (Git Bash is available on Windows runners).1 parent 2fc9bc5 commit 5b9f8ea
File tree
1 file changed
+1
-0
lines changed- .github/workflows
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments