-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96bb41d
commit 61ea591
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,12 +88,11 @@ jobs: | |
- name: Checkout submodules | ||
run: git submodule update --init --recursive | ||
# This is to ensure unit tests with MariaDB4j don't fail | ||
- name: Pretend have we OpenSSL 1.0 | ||
- name: Install OpenSSL 1.0.2 | ||
if: ${{ runner.os == 'MacOS' }} | ||
run: | | ||
sudo mkdir -pv /usr/local/opt/openssl/lib | ||
sudo ln -sv /usr/lib/libssl.dylib /usr/local/opt/openssl/lib/libssl.1.0.0.dylib | ||
sudo ln -sv /usr/lib/libcrypto.dylib /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib | ||
brew install rbenv/tap/[email protected] | ||
sudo ln -sfn /usr/local/Cellar/[email protected]/1.0.2* /usr/local/opt/openssl | ||
stat /usr/local/opt/openssl/lib/libssl.1.0.0.dylib | ||
# This is to ensure unit tests with MariaDB4j don't fail | ||
- name: Install libncurses5 | ||
|