commit ea380312febcb55bc828046f0f4e2a0893b4848a
parent 8c99706b6fa17874226252741963cb9a8aa6d289
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 30 Sep 2023 22:30:35 +0200
Debug env vars
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
@@ -62,6 +62,8 @@ jobs:
target: aarch64-unknown-linux-gnu
build: |-
set -e &&
+ 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
name: stable - ${{ matrix.settings.target }} - node@18