Try to move to MinGW builds on Windows

This commit is contained in:
MoneroOcean 2020-07-16 18:33:56 -07:00
parent 38c9f4e4d7
commit 35edf9a93c
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Build project on Windows
run: |
cmake . -G "MinGW Makefiles" -DXMRIG_DEPS=xmrig-deps\gcc\x64
make -j%NUMBER_OF_PROCESSORS%
make -j2
build_lin:
name: Ubuntu build