From 2b4c2e7e9ab61d5547643e1fc9a4aa492b4b1596 Mon Sep 17 00:00:00 2001 From: BrainStone Date: Sat, 21 Sep 2024 02:19:51 +0200 Subject: [PATCH] Fix paths --- .github/workflows/code_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 3f47f1fb..0822ed80 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -95,8 +95,8 @@ jobs: if: ${{ runner.os == 'MacOS' }} run: | brew install rbenv/tap/openssl@1.0 - ls -lA /usr/local/Cellar/openssl@1.0 - ln -sfnv /usr/local/Cellar/openssl@1.0/1.0.2u /usr/local/opt/openssl + ls -lA /opt/homebrew/Cellar/openssl@1.0 + ln -sfnv /opt/homebrew/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