Skip to content

Commit 048e7b3

Browse files
committed
Test
1 parent 3f96ce4 commit 048e7b3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ jobs:
77
runs-on: windows-latest
88
steps:
99
- run: |
10-
perl --version
11-
Get-Command perl
12-
# shell: bash
10+
( IFS=:
11+
for p in $PATH
12+
do
13+
echo $p
14+
ls -al $p
15+
done
16+
)
17+
shell: bash

0 commit comments

Comments
 (0)