Try to add i2pd

This commit is contained in:
Lee Miller 2024-02-27 19:07:50 +02:00
parent ac8e767977
commit 59053b22cc
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 4 additions and 1 deletions

View File

@ -7,11 +7,14 @@ jobs:
steps:
- name: Install dependencies
run: |
apt-add-repository ppa:purplei2p/i2pd
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 || exit 0
- name: Check out repository code
uses: actions/checkout@v3
- name: Quick lint