mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
Update GH actions to support py3.9
This commit is contained in:
parent
b1c418885a
commit
86ff3b6870
1 changed files with 1 additions and 1 deletions
2
.github/workflows/theHarvester.yml
vendored
2
.github/workflows/theHarvester.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: |
|
||||
sudo add-apt-repository ppa:deadsnakes/ppa
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends python3.9-dev python3.9-distutils libxml-dev
|
||||
sudo apt-get install -y --no-install-recommends python3.9-dev python3.9-distutils libxml2-dev libxslt-dev
|
||||
python3.9 -m pip install --upgrade pip setuptools
|
||||
python3.9 -m pip install --upgrade virtualenv
|
||||
python3.9 -m virtualenv --python=3.9 $HOME/venv-python3.9
|
||||
|
|
Loading…
Reference in a new issue