Skip to content

Commit

Permalink
Merge pull request Perl#26 from atoomic/fixup-ci
Browse files Browse the repository at this point in the history
Update GitHub workflow with deprecated add-path
  • Loading branch information
Leont authored Oct 17, 2020
2 parents 89c7188 + c916bba commit 1e4184b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Set up Perl
run: |
choco install strawberryperl
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
- name: perl -V
run: perl -V
- run: perl Makefile.PL
Expand Down

0 comments on commit 1e4184b

Please sign in to comment.