Browse Source

[actions] obj directories before make on windows

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

4
.github/workflows/build-windows.yml

@ -26,4 +26,6 @@ jobs: @@ -26,4 +26,6 @@ jobs:
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
run: |
mkdir -p obj/Win32 obj/libi2pd obj/libi2pd_client obj/daemon
make USE_UPNP=yes DEBUG=no -j3

Loading…
Cancel
Save