commit f828c6ad5c3c3b0f108d069496529ecdeb72ec1c
parent 0d55edc0e77df341c6da9bb27b355ed53d15cf6c
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 30 Sep 2023 22:39:39 +0200
Use correct strip command
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
@@ -65,7 +65,7 @@ jobs:
echo $YARA_INCLUDE_DIR
echo $YARA_LIBRARY_PATH
NIX_PATH=nixpkgs=channel:nixos-23.05 nix-shell -p pkg-config yara jansson openssl gnumake autoconf automake libtool protobufc pcre clang gcc napi-rs-cli --keep YARA_LIBRARY_PATH --keep YARA_INCLUDE_DIR --keep LIBCLANG_PATH --keep BINDGEN_EXTRA_CLANG_ARGS --run "napi build --platform --release --target aarch64-unknown-linux-gnu" &&
- aarch64-unknown-linux-gnu-strip *.node
+ strip *.node
name: stable - ${{ matrix.settings.target }} - node@18
runs-on: ${{ matrix.settings.host }}
steps: