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 6263af7 commit c916bbaCopy full SHA for c916bba
.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