Skip to content

Commit

Permalink
need to install libarchive
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 26, 2025
1 parent e8ae788 commit 573f557
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
perl -v | perl -0777 -ne 'm/(v5\.\d+)/ && print "PERL_VERSION=$1"' >> $GITHUB_ENV
# Some older versions of Perl have trouble with hostnames in certs. I
# haven't figured out why.
- name: install local packages
run: |
apt-get install curl ${{ vars.UBUNTU_EXTRA_APT_GET }}
- name: Setup environment
run: |
echo "PERL_LWP_SSL_VERIFY_HOSTNAME=0" >> $GITHUB_ENV
Expand Down

0 comments on commit 573f557

Please sign in to comment.