Skip to content

Commit fac7da9

Browse files
committed
Debug for bash shell
1 parent 4647c3d commit fac7da9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/windows-arm.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@ env:
2020
jobs:
2121
build:
2222
runs-on: windows-11-arm
23-
2423
timeout-minutes: 90
24+
2525
steps:
26+
27+
- name: Test bash
28+
shell: bash -el {0}
29+
run: |
30+
ls
31+
2632
- uses: actions/checkout@v4.1.1
2733

2834
- name: Set up Python

0 commit comments

Comments
 (0)