Skip to content

Commit

Permalink
Debug with stat
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainStone committed Sep 21, 2024
1 parent 41708c2 commit 96bb41d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,13 @@ jobs:
- name: Checkout submodules
run: git submodule update --init --recursive
# This is to ensure unit tests with MariaDB4j don't fail
- name: Pretent we OpenSSL 1.0
- name: Pretend have we OpenSSL 1.0
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
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
if: ${{ runner.os == 'Linux' }}
Expand Down

0 comments on commit 96bb41d

Please sign in to comment.