Skip to content

Commit

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

0 comments on commit 7fc1f1b

Please sign in to comment.