Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainStone committed Sep 21, 2024
1 parent 760f218 commit 2b4c2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
if: ${{ runner.os == 'MacOS' }}
run: |
brew install rbenv/tap/[email protected]
ls -lA /usr/local/Cellar/[email protected]
ln -sfnv /usr/local/Cellar/[email protected]/1.0.2u /usr/local/opt/openssl
ls -lA /opt/homebrew/Cellar/[email protected]
ln -sfnv /opt/homebrew/Cellar/[email protected]/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 2b4c2e7

Please sign in to comment.