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 2f7198e + 5b4b398 commit d21b3bdCopy full SHA for d21b3bd
.github/workflows/windows_workflow.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install and setup Perl
23
run: |
24
choco install strawberryperl
25
- 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
26
27
# Runs a single command using the runners shell
28
- name: Check perl version
0 commit comments