diff --git a/.github/workflows/ci.py b/.github/workflows/ci.py index 08ebaaef4..ccc357a38 100644 --- a/.github/workflows/ci.py +++ b/.github/workflows/ci.py @@ -31,7 +31,7 @@ def install_deps(): sys.stdout.flush() if is_macos: items = (x.split()[1].strip('"') for x in open('Brewfile').readlines() if x.strip().startswith('brew ')) - run('brew', 'install', 'fish', *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' diff --git a/Brewfile b/Brewfile index ac6f5ab97..a31693338 100644 --- a/Brewfile +++ b/Brewfile @@ -1,7 +1,6 @@ brew "pkg-config" brew "zlib" brew "librsync" -brew "openssl" brew "python" brew "imagemagick" brew "harfbuzz"