and git, specifically, needs the cert path

This commit is contained in:
Jacob Heider 2023-03-31 11:57:50 -04:00 committed by Max Howell
parent ca067106c1
commit 70d7559112

View file

@ -5,10 +5,15 @@ distributable:
versions: versions:
github: git/git/tags github: git/git/tags
env:
runtime:
GIT_SSL_CAINFO: ${{deps.curl.se/ca-certs.prefix}}/ssl/cert.pem
dependencies: dependencies:
zlib.net: 1 zlib.net: 1
gnu.org/gettext: ^0.21 gnu.org/gettext: ^0.21
curl.se: '>=5' curl.se: '>=5'
curl.se/ca-certs: '*'
perl.org: '*' perl.org: '*'
libexpat.github.io: ~2 libexpat.github.io: ~2