fix missing dep

pull/30/head
Raphaël Vinot 2020-11-30 16:09:11 +01:00
parent bb9a174e6a
commit 7de88c9068
1 changed files with 2 additions and 2 deletions

View File

@ -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