Skip to content

Commit ec0b519

Browse files
committed
Don't re-install Perl on Windows
1 parent e93d0d8 commit ec0b519

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,6 @@ jobs:
181181
name: "windows"
182182

183183
steps:
184-
- name: Set up Perl
185-
run: |
186-
choco install strawberryperl
187-
echo "##[add-path]C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin"
188-
189184
- name: perl -V
190185
run: perl -V
191186

0 commit comments

Comments
 (0)