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.
2 parents 89c7188 + c916bba commit 1e4184bCopy full SHA for 1e4184b
.github/workflows/testsuite.yml
@@ -115,7 +115,7 @@ jobs:
115
- name: Set up Perl
116
run: |
117
choco install strawberryperl
118
- echo "##[add-path]C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin"
+ echo "C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin" >> $GITHUB_PATH
119
- name: perl -V
120
run: perl -V
121
- run: perl Makefile.PL
0 commit comments