Skip to content

Commit 1e4184b

Browse files
authored
Merge pull request #26 from atoomic/fixup-ci
Update GitHub workflow with deprecated add-path
2 parents 89c7188 + c916bba commit 1e4184b

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)