mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Add the go dependency to CI and Brewfile
This commit is contained in:
parent
63da2e1ec6
commit
cea9ff30dc
3 changed files with 21 additions and 0 deletions
1
.github/workflows/ci.py
vendored
1
.github/workflows/ci.py
vendored
|
|
@ -32,6 +32,7 @@ def install_deps():
|
|||
if is_macos:
|
||||
items = (x.split()[1].strip('"') for x in open('Brewfile').readlines() if x.strip().startswith('brew '))
|
||||
openssl = 'openssl'
|
||||
items.remove('go') # already installed by ci.yml
|
||||
import ssl
|
||||
if ssl.OPENSSL_VERSION_INFO[0] == 1:
|
||||
openssl += '@1.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue