commit 984af1e6e60a212f87f29a385849df60b49f7eae
parent e2504220e868928d423408321fdfcb63d4f5e6f8
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 30 Sep 2023 17:42:02 +0200
Fix macos deps
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
@@ -28,6 +28,10 @@ jobs:
- host: macos-latest
target: x86_64-apple-darwin
build: |
+ brew install autoconf
+ brew install automake
+ brew install libtool
+ brew install pkg-config
make build
strip -x *.node
- host: windows-latest
@@ -44,6 +48,10 @@ jobs:
- host: macos-latest
target: aarch64-apple-darwin
build: |
+ brew install autoconf
+ brew install automake
+ brew install libtool
+ brew install pkg-config
make yara
yarn build --target aarch64-apple-darwin
strip -x *.node