Skip to content

Commit

Permalink
Try installing ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Apr 29, 2023
1 parent 5ae5b25 commit d3b6a5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Expand Up @@ -63,6 +63,9 @@ jobs:
- uses: actions/checkout@v3
- name: Platform check
run: uname -a
- name: Setup platform
run: |
sudo apt-get install -y ca-certificates
- name: Perl version check
run: |
perl -V
Expand Down

0 comments on commit d3b6a5d

Please sign in to comment.