update GI to add sudo perms

This commit is contained in:
L1ghtn1ng 2020-07-19 06:21:25 +01:00
parent dcd7cb3a16
commit 2c7ad8847d

View file

@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
apt install -y libxml2-dev libxslt-dev
sudo apt install -y libxml2-dev libxslt-dev
pip install -r requirements/dev.txt
- name: Run theHarvester module Baidu