Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jan 30, 2023
1 parent 3f96ce4 commit 834b479
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
runs-on: windows-latest
steps:
- run: |
perl --version
Get-Command perl
# shell: bash
( IFS=:
for p in $PATH
do
echo $p
ls -al $p || true
done
)
shell: bash

0 comments on commit 834b479

Please sign in to comment.