mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
update GI to add sudo perms
This commit is contained in:
parent
dcd7cb3a16
commit
2c7ad8847d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/theHarvester.yml
vendored
2
.github/workflows/theHarvester.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue