commit a086b2c4a3b8987e4fece493b24f30b1414504a5
parent f9152344d7091dc097af62d5c4a578a7e18b4f36
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 8 Oct 2023 00:07:42 +0200
Try to use correct packages on arm crossbuild
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
@@ -55,9 +55,9 @@ jobs:
brew install automake
brew install libtool
brew install pkg-config
- brew install jansson
- brew install llvm
+ brew install --bottle-tag=arm64_monterey jansson
CFLAGS="-target arm64-apple-macos11" make yara
+ brew install llvm
yarn build --target aarch64-apple-darwin
strip -x *.node
# This is an nixos env so its all a little special