Skip to content

Commit 945d570

Browse files
authored
Merge pull request #144 from nmisch/windows-ci
Fix bitrot in "windows" workflow.
2 parents 211e794 + 1fed514 commit 945d570

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/windows.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@master
29-
- name: Set up Perl
30-
run: |
31-
choco install strawberryperl
32-
echo "##[add-path]C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin"
3329
- name: perl -V
3430
run: perl -V
3531
- name: Makefile.PL

0 commit comments

Comments
 (0)