We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dccb21e commit 84196b2Copy full SHA for 84196b2
1 file changed
.github/workflows/test.yml
@@ -13,10 +13,12 @@ jobs:
13
- uses: shogo82148/actions-setup-perl@v1
14
with:
15
perl-version: "5.40"
16
+ install-modules-with: cpanm
17
+ install-modules-args: --with-develop
18
- name: Force install of Net::SSLeay
19
run: cpanm --force Net::SSLeay
- - name: Install dependencies
- run: cpanm --installdeps --with-develop .
20
+ #- name: Install dependencies
21
+ # run: cpanm --installdeps --with-develop .
22
- name: perl -c
23
run: perl -c bin/github-keygen
24
- name: Simulate release
0 commit comments