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:
Kovid Goyal 2024-04-30 08:08:07 +05:30
parent 4858716ca0
commit 8183e9d3ef
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
4 changed files with 18 additions and 9 deletions

View file

@ -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'