mirror of https://github.com/CIRCL/PyCIRCLean
fix missing dep
parent
bb9a174e6a
commit
7de88c9068
|
@ -28,7 +28,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt install p7zip-full mercurial p7zip-rar
|
sudo apt install p7zip-full mercurial p7zip-rar
|
||||||
# Testing dependencies
|
# Testing dependencies
|
||||||
sudo apt-get install rar
|
sudo apt-get install rar git
|
||||||
# filecheck.py dependencies
|
# filecheck.py dependencies
|
||||||
sudo apt install libxml2-dev libxslt1-dev
|
sudo apt install libxml2-dev libxslt1-dev
|
||||||
|
|
||||||
|
@ -41,8 +41,8 @@ jobs:
|
||||||
|
|
||||||
- name: Get testing files
|
- name: Get testing files
|
||||||
run: |
|
run: |
|
||||||
- git clone https://github.com/Rafiot/theZoo.git
|
|
||||||
# Malware from theZoo
|
# Malware from theZoo
|
||||||
|
- git clone https://github.com/Rafiot/theZoo.git
|
||||||
- pushd theZoo/malwares/Binaries
|
- pushd theZoo/malwares/Binaries
|
||||||
- python3 unpackall.py
|
- python3 unpackall.py
|
||||||
- popd
|
- popd
|
||||||
|
|
Loading…
Reference in New Issue