We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6f7eb commit 952e9abCopy full SHA for 952e9ab
1 file changed
.github/workflows/test.yml
@@ -13,6 +13,8 @@ jobs:
13
- uses: shogo82148/actions-setup-perl@v1
14
with:
15
perl-version: "5.40"
16
+ - name: Force install of Net::SSLeay
17
+ run: cpanm --force Net::SSLeay
18
- name: Install dependencies
19
run: cpanm --installdeps --with-develop .
20
- name: perl -c
0 commit comments