node-yara-rs

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

commit 1bff270ae28e31d4c28aaf311c8e2ab12b3783cd
parent 68b3674d911180b22018f11e50ec2265f0139ec3
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 30 Sep 2023 21:47:15 +0200

Use actually correct path

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

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml @@ -62,7 +62,7 @@ jobs: target: aarch64-unknown-linux-gnu build: |- set -e && - NIX_PATH=nixpkgs=flake:nixpkgs nix-shell -p pkg-config 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" && + NIX_PATH=nixpkgs=channel:nixos-23.05 nix-shell -p pkg-config 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 runs-on: ${{ matrix.settings.host }}