mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Fix CI build failure on macOS
Also update simde to version 0.8. Accidental was using it to debug issues with building against simde, but now that it's done, keep it.
This commit is contained in:
parent
4858716ca0
commit
8183e9d3ef
4 changed files with 18 additions and 9 deletions
2
.github/workflows/ci.py
vendored
2
.github/workflows/ci.py
vendored
|
|
@ -69,7 +69,7 @@ def install_deps():
|
|||
import ssl
|
||||
if ssl.OPENSSL_VERSION_INFO[0] == 1:
|
||||
openssl += '@1.1'
|
||||
run('brew', 'install', 'fish', 'simde', openssl, *items)
|
||||
run('brew', 'install', 'fish', openssl, *items)
|
||||
else:
|
||||
run('sudo apt-get update')
|
||||
run('sudo apt-get install -y libgl1-mesa-dev libxi-dev libxrandr-dev libxinerama-dev ca-certificates'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue