node-yara-rs

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

commit 48ad8ecc417f6dba749f9c533bdcb9da2c158d99
parent a086b2c4a3b8987e4fece493b24f30b1414504a5
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun,  8 Oct 2023 00:10:44 +0200

Use correct commands

Diffstat:
M.github/workflows/CI.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml @@ -55,7 +55,8 @@ jobs: brew install automake brew install libtool brew install pkg-config - brew install --bottle-tag=arm64_monterey jansson + brew fetch --force --bottle-tag=arm64_monterey jansson + brew install $(brew --cache --bottle-tag=arm64_monterey jansson) CFLAGS="-target arm64-apple-macos11" make yara brew install llvm yarn build --target aarch64-apple-darwin