Browse Source

fix workflow

pull/1564/head
R4SAS 4 years ago committed by GitHub
parent
commit
1dbc35f13d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -10,8 +10,8 @@ jobs: @@ -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…
Cancel
Save