We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1047b commit 7d79c47Copy full SHA for 7d79c47
.github/workflows/ci.yml
@@ -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
11
+ shell: bash
0 commit comments