[gha] XP: use make option for XP

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1742/head
R4SAS 2 years ago
parent 9f1106b14a
commit 33645d7f09
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

@ -67,7 +67,7 @@ jobs:
- name: Build application
run: |
mkdir -p obj/Win32 obj/libi2pd obj/libi2pd_client obj/daemon
make USE_UPNP=yes DEBUG=no USE_GIT_VERSION=yes -j3
make USE_UPNP=yes DEBUG=no USE_GIT_VERSION=yes USE_WINXP_FLAGS=yes -j3
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:

Loading…
Cancel
Save