mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
fix workflow
This commit is contained in:
parent
11691fb44a
commit
1dbc35f13d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -10,8 +10,8 @@ jobs:
|
|||
matrix:
|
||||
with_upnp: ['yes', 'no']
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Building with USE_UPNP=${{ matrix.with_upnp }} flag
|
||||
uses: actions/checkout@v2
|
||||
- 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
|
||||
- name: build application
|
||||
|
|
Loading…
Reference in a new issue