Updated build

This commit is contained in:
MoneroOcean 2025-06-16 19:17:38 -07:00
parent 1b14707b7b
commit 3f821b3307

View file

@ -10,10 +10,6 @@ jobs:
run:
shell: msys2 {0}
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Checkout deps
run: git clone https://github.com/xmrig/xmrig-deps.git
- name: Setup MSYS2 + UCRT64
uses: msys2/setup-msys2@v2
with:
@ -23,6 +19,11 @@ jobs:
base-devel
mingw-w64-ucrt-x86_64-toolchain
cmake
git
- name: Checkout code
uses: actions/checkout@master
- name: Checkout deps
run: git clone https://github.com/xmrig/xmrig-deps.git
- name: Build project on Windows
run: |
cmake . -G "Unix Makefiles" -DXMRIG_DEPS=xmrig-deps\gcc\x64