Skip to content

Commit 11c8878

Browse files
authored
Merge pull request #116 from nonlin-lin-chaos-order-etc-etal/i2pd_release_2_57_0
Update to i2pd 2.57.0 tag
2 parents 111e95c + 4f68fb7 commit 11c8878

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,11 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-20.04, ubuntu-22.04]
11+
os: [ubuntu-22.04]
1212
steps:
1313
- uses: actions/checkout@v2
1414
with:
1515
submodules: 'recursive'
16-
- name: Install packages on Ubuntu 20.04
17-
if: matrix.os == 'ubuntu-20.04'
18-
run: |
19-
sudo add-apt-repository ppa:mhier/libboost-latest
20-
sudo apt-get update
21-
sudo apt-get install build-essential qt5-default libqt5gui5 libboost1.74-dev libminiupnpc-dev libssl-dev zlib1g-dev
2216
- name: Install packages on Ubuntu 22.04
2317
if: matrix.os == 'ubuntu-22.04'
2418
run: |

src/i2pd

Submodule i2pd updated 105 files

0 commit comments

Comments
 (0)