Skip to content

Commit

Permalink
Try homebrewing again
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainStone committed Sep 21, 2024
1 parent 96bb41d commit 61ea591
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/openssl@1.0
sudo ln -sfn /usr/local/Cellar/openssl@1.0/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
Expand Down

0 comments on commit 61ea591

Please sign in to comment.