Try to add i2pd

This commit is contained in:
Lee Miller 2024-02-27 19:07:50 +02:00
parent ac8e767977
commit 9a0cc4b787
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -9,9 +9,11 @@ jobs:
run: |
apt-get update
apt-get install -yq --no-install-suggests --no-install-recommends \
python3-dev python3-pip python3-venv python-is-python3
python3-dev python3-pip python3-venv python-is-python3 i2pd
pip install setuptools wheel
pip install --upgrade pip tox virtualenv
- name: Start daemons
run: service i2pd start
- name: Check out repository code
uses: actions/checkout@v3
- name: Quick lint