mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Install simde on CI
This commit is contained in:
parent
e8f67281cf
commit
48c0b30671
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.py
vendored
4
.github/workflows/ci.py
vendored
|
|
@ -37,13 +37,13 @@ def install_deps():
|
|||
import ssl
|
||||
if ssl.OPENSSL_VERSION_INFO[0] == 1:
|
||||
openssl += '@1.1'
|
||||
run('brew', 'install', 'fish', openssl, *items)
|
||||
run('brew', 'install', 'fish', 'simde', 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'
|
||||
' libxcursor-dev libxcb-xkb-dev libdbus-1-dev libxkbcommon-dev libharfbuzz-dev libx11-xcb-dev zsh'
|
||||
' libpng-dev liblcms2-dev libfontconfig-dev libxkbcommon-x11-dev libcanberra-dev libxxhash-dev uuid-dev'
|
||||
' zsh bash dash')
|
||||
' libsimde-dev zsh bash dash')
|
||||
# for some reason these directories are world writable which causes zsh
|
||||
# compinit to break
|
||||
run('sudo chmod -R og-w /usr/share/zsh')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue