From 7de88c906879ada35efbecddbcbf6556d3617413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 30 Nov 2020 16:09:11 +0100 Subject: [PATCH] fix missing dep --- .github/workflows/nosetests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nosetests.yml b/.github/workflows/nosetests.yml index 821bd6e..36ceec0 100644 --- a/.github/workflows/nosetests.yml +++ b/.github/workflows/nosetests.yml @@ -28,7 +28,7 @@ jobs: run: | sudo apt install p7zip-full mercurial p7zip-rar # Testing dependencies - sudo apt-get install rar + sudo apt-get install rar git # filecheck.py dependencies sudo apt install libxml2-dev libxslt1-dev @@ -41,8 +41,8 @@ jobs: - name: Get testing files run: | - - git clone https://github.com/Rafiot/theZoo.git # Malware from theZoo + - git clone https://github.com/Rafiot/theZoo.git - pushd theZoo/malwares/Binaries - python3 unpackall.py - popd