Skip to content

Commit 317658a

Browse files
committed
Install openssl
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent 6b55119 commit 317658a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
- name: Setup macOS build environment
9191
if: matrix.os == 'macos'
9292
run: |
93+
brew install [email protected]
9394
brew install sccache
9495
brew install bison # required by thrift pulled via vcpkg
9596
echo "SCCACHE_DIR=/tmp/sccache" >> $GITHUB_ENV

0 commit comments

Comments
 (0)