commit a76578190b8fdc2a8f9ddecd6dea29c324e4b62f parent 1bff270ae28e31d4c28aaf311c8e2ab12b3783cd Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 30 Sep 2023 22:13:33 +0200 Add missing dependency 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=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" && + NIX_PATH=nixpkgs=channel:nixos-23.05 nix-shell -p pkg-config 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 runs-on: ${{ matrix.settings.host }}