Skip to content

Commit

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

0 comments on commit cbae0b1

Please sign in to comment.