Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainStone committed Sep 21, 2024
1 parent 61ea591 commit 164c239
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ jobs:
if: ${{ runner.os == 'MacOS' }}
run: |
brew install rbenv/tap/openssl@1.0
sudo ln -sfn /usr/local/Cellar/openssl@1.0/1.0.2* /usr/local/opt/openssl
sudo ln -sfnv /usr/local/Cellar/openssl@1.0/1.0.2* /usr/local/opt/openssl
set +f
sudo ln -sfnv /usr/local/Cellar/openssl@1.0/1.0.2* /usr/local/opt/openssl
sudo ln -sfnv /usr/local/Cellar/openssl@1.0/1.0.2u /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 164c239

Please sign in to comment.