Browse Source

[workflow] install required packages

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

2
.github/workflows/build-windows.yml

@ -23,7 +23,7 @@ jobs: @@ -23,7 +23,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.msystem }}
install: base-devel mingw-w64-${{ matrix.arch }}-boost mingw-w64-${{ matrix.arch }}-miniupnpc
install: base-devel mingw-w64-${{ matrix.arch }}-gcc mingw-w64-${{ matrix.arch }}-boost mingw-w64-${{ matrix.arch }}-openssl mingw-w64-${{ matrix.arch }}-miniupnpc
update: true
- name: build application
run: make USE_UPNP=yes DEBUG=no -j3

Loading…
Cancel
Save