mirror of
https://github.com/ivabus/pantry
synced 2024-11-27 02:35:08 +03:00
and git, specifically, needs the cert path
This commit is contained in:
parent
ca067106c1
commit
70d7559112
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue