Skip to content

Commit c916bba

Browse files
committed
Update GitHub workflow with deprecated add-path
1 parent 6263af7 commit c916bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Set up Perl
116116
run: |
117117
choco install strawberryperl
118-
echo "##[add-path]C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin"
118+
echo "C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin" >> $GITHUB_PATH
119119
- name: perl -V
120120
run: perl -V
121121
- run: perl Makefile.PL

0 commit comments

Comments
 (0)