Skip to content

Commit

Permalink
Update GitHub workflow with deprecated add-path
Browse files Browse the repository at this point in the history
  • Loading branch information
atoomic authored and geofffranks committed Oct 17, 2020
1 parent 997f2dc commit bfe1e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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
- name: install deps using cpanm
Expand Down

0 comments on commit bfe1e63

Please sign in to comment.