mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 09:00:30 +01:00
fix workflow
This commit is contained in:
parent
11691fb44a
commit
1dbc35f13d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -10,8 +10,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
with_upnp: ['yes', 'no']
|
with_upnp: ['yes', 'no']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Building with USE_UPNP=${{ matrix.with_upnp }} flag
|
- name: Building with USE_UPNP=${{ matrix.with_upnp }} flag
|
||||||
|
uses: actions/checkout@v2
|
||||||
- name: install packages
|
- name: install packages
|
||||||
run: apt-get install build-essential libboost-date-time-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libminiupnpc-dev libssl-dev zlib1g-dev
|
run: apt-get install build-essential libboost-date-time-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libminiupnpc-dev libssl-dev zlib1g-dev
|
||||||
- name: build application
|
- name: build application
|
||||||
|
|
Loading…
Add table
Reference in a new issue