node-yara-rs

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

commit b3dd5cc1d6fbf1704bcdcadb582dc0270955a2f3
parent 2450bf7c7f250f7557e6c12315f66758ffce2f29
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun,  8 Oct 2023 01:00:39 +0200

Fix dependencies for tests

Diffstat:
M.github/workflows/CI.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml @@ -161,6 +161,9 @@ jobs: - name: List packages run: ls -R . shell: bash + - name: Cache cargo + if: ${{ matrix.settings.host == 'macos-latest' }} + run: brew install jansson - name: Test bindings run: yarn test test-linux-x64-gnu-binding: