commit be166c1ec1e2b47e579e2db4d3a5774b73625e14
parent 1c1aefe844b130d8b1402d8b38adb0a4c409fc15
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 1 Oct 2023 15:58:31 +0200
Minor cleanup
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
@@ -32,7 +32,6 @@ jobs:
brew install automake
brew install libtool
brew install pkg-config
- brew install libmagic
make build
strip -x *.node
# - host: windows-latest
@@ -42,7 +41,7 @@ jobs:
target: x86_64-unknown-linux-gnu
build: |-
set -e &&
- sudo apt-get install -y automake libtool make gcc pkg-config libmagic-dev libssl-dev &&
+ sudo apt-get install -y automake libtool make gcc pkg-config &&
make debug_results &&
make yara &&
yarn build --target x86_64-unknown-linux-gnu &&
@@ -54,8 +53,6 @@ jobs:
brew install automake
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