File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 12
12
if : ${{ runner.os == 'Linux' }}
13
13
shell : bash
14
14
run : |
15
- sudo apt update && sudo apt-get install -y --no-install-recommends libxml2-dev libxslt-dev python3-dev libgeoip-dev ssdeep libfuzzy-dev 7zip innoextract unrar upx
15
+ sudo apt update && sudo apt-get install -y --no-install-recommends libxml2-dev libxslt-dev python3-dev libgeoip-dev ssdeep libfuzzy-dev innoextract unrar upx
16
16
17
17
- name : Install poetry
18
18
shell : bash
Original file line number Diff line number Diff line change 32
32
with :
33
33
python-version : ${{ matrix.python-version }}
34
34
35
+ - name : Setup 7zz binary
36
+ run : |
37
+ mkdir -p data/
38
+ wget -q https://github.com/CAPESandbox/community/raw/master/data/7zz -O data/7zz
39
+ chmod +x data/7zz
40
+
35
41
- name : Install pyattck
36
42
run : |
37
43
poetry run pip install git+https://github.com/CAPESandbox/pyattck maco
You can’t perform that action at this time.
0 commit comments