From bb9a174e6ad9b1588690411c103d6760a29bcecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 30 Nov 2020 16:06:34 +0100 Subject: [PATCH] fix python call --- .github/workflows/nosetests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nosetests.yml b/.github/workflows/nosetests.yml index 906b21f..821bd6e 100644 --- a/.github/workflows/nosetests.yml +++ b/.github/workflows/nosetests.yml @@ -41,8 +41,8 @@ jobs: - name: Get testing files run: | - # Malware from theZoo - git clone https://github.com/Rafiot/theZoo.git + # Malware from theZoo - pushd theZoo/malwares/Binaries - python3 unpackall.py - popd