From 3f2ec53a9b223c4df88ac79c5c033ad9f0551fa7 Mon Sep 17 00:00:00 2001 From: Pavel Balaev Date: Sat, 11 Jan 2025 18:47:42 +0300 Subject: [PATCH] sd --- .github/workflows/macosx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macosx.yml b/.github/workflows/macosx.yml index b45287a..7d4f921 100644 --- a/.github/workflows/macosx.yml +++ b/.github/workflows/macosx.yml @@ -24,7 +24,7 @@ jobs: - name: Build nEMU run: | mkdir build && cd build - cmake ../ -DOPENSSL_ROOT_DIR=`find /usr/local/Cellar -name 'opensslv.h' | sed 's|/openssl/[^/]*$||'` \ - -DLibArchive_INCLUDE_DIR=`find /usr/local/Cellar -name 'archive_entry.h' | sed 's|/[^/]*$||'` \ + cmake ../ -DOPENSSL_ROOT_DIR=`find /opt/homebrew/Cellar -name 'opensslv.h' | sed 's|/openssl/[^/]*$||'` \ + -DLibArchive_INCLUDE_DIR=`find /opt/homebrew/Cellar -name 'archive_entry.h' | sed 's|/[^/]*$||'` \ -DNM_WITH_NCURSES=ON cmake --build .