node-yara-rs

git clone git://archive.git.mtrnord.blog/MTRNord/node-yara-rs.git
Log | Files | Refs | README | LICENSE

commit 31dea4d858e52de90935c24cb4610e6a30940464
parent 2d172a45e234dca80cfd18e104c794b752240598
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun,  1 Oct 2023 15:11:47 +0200

Add missing openssl dependency to macos build

Diffstat:
M.github/workflows/CI.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml @@ -54,6 +54,7 @@ jobs: brew install libtool brew install pkg-config brew install libmagic + brew install openssl@3 CFLAGS="-target arm64-apple-macos11" make yara yarn build --target aarch64-apple-darwin strip -x *.node