Skip to content

Commit d21b3bd

Browse files
committed
2 parents 2f7198e + 5b4b398 commit d21b3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install and setup Perl
2323
run: |
2424
choco install strawberryperl
25-
echo "##[add-path]C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin"
25+
echo "C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin" >> $GITHUB_PATH
2626
2727
# Runs a single command using the runners shell
2828
- name: Check perl version

0 commit comments

Comments
 (0)