Skip to content

Commit

Permalink
new openssl and list certs
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Apr 29, 2023
1 parent cbae0b1 commit bc83db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -67,7 +67,7 @@ jobs:
openssl version
- name: Setup platform
run: |
apt-get install -y ca-certificates openssl
apt-get install -y ca-certificates libssl1.0.2
openssl s_client -showcerts -connect www.cpan.org:443 </dev/null
curl https://www.cpan.org
- name: Perl version check
Expand Down

0 comments on commit bc83db3

Please sign in to comment.