node-yara-rs

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

commit e5f190644548fbc83db75c884ae192bfee5d67fe
parent a50bae058041cc0b1eeddb4757b66a8696ad231c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 30 Sep 2023 18:17:21 +0200

Use newer nodejs-rust due to libssl

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 @@ -60,7 +60,7 @@ jobs: strip -x *.node - host: ubuntu-latest target: aarch64-unknown-linux-gnu - docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64 + docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:stable-2023-09-17-aarch64 build: |- set -e && sudo apt-get install -y automake libtool make gcc pkg-config libmagic-dev libssl-dev &&