node-yara-rs

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

commit 4be785d0333039269421f185705a03e087828f35
parent 65cc193167f84f76e6bb57e1b6dc20d15ec68ce9
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun,  1 Oct 2023 20:29:41 +0200

Fix typo

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

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml @@ -100,7 +100,6 @@ jobs: if: matrix.settings.target == 'i686-pc-windows-msvc' run: yarn config set supportedArchitectures.cpu "ia32" shell: bash - shell: bash - name: Install dependencies run: yarn install - name: Setup node x86