Skip to content

Commit 952e9ab

Browse files
committed
CI: force install of Net::SSLeay
1 parent 5b6f7eb commit 952e9ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: shogo82148/actions-setup-perl@v1
1414
with:
1515
perl-version: "5.40"
16+
- name: Force install of Net::SSLeay
17+
run: cpanm --force Net::SSLeay
1618
- name: Install dependencies
1719
run: cpanm --installdeps --with-develop .
1820
- name: perl -c

0 commit comments

Comments
 (0)