Skip to content

Commit 7d79c47

Browse files
committed
try Windows Perl CI
1 parent bf1047b commit 7d79c47

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
job:
2+
runs-on: windows-latest
3+
steps:
4+
- uses: shogo82148/actions-setup-perl@v1
5+
6+
# uses powershell and runs with the Perl from actions-setup-perl
7+
- run: perl -V
8+
9+
# uses bash and runs with the system Perl
10+
- run: perl -V
11+
shell: bash

0 commit comments

Comments
 (0)