From 383ae9273473523baadc2898ca5d70d713c9d9aa Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Mon, 16 Jun 2025 20:34:40 -0700 Subject: [PATCH] Merged xmrig v6.23.0 --- .github/workflows/deploy.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6ead99ed..6ced058c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,21 @@ name: Create release and build artifacts jobs: build_win: name: Build Windows artifacts - runs-on: windows-2019 + runs-on: windows-2025 + defaults: + run: + shell: msys2 {0} + steps: + - name: Setup MSYS2 + UCRT64 + uses: msys2/setup-msys2@v2 + with: + msystem: UCRT64 # selects the UCRT64 environment + update: true + install: > + base-devel + mingw-w64-ucrt-x86_64-toolchain + cmake + git steps: - name: Checkout code uses: actions/checkout@master @@ -16,7 +30,7 @@ jobs: run: git clone https://github.com/xmrig/xmrig-deps.git - name: Build project on Windows run: | - cmake . -G "MinGW Makefiles" -DXMRIG_DEPS=xmrig-deps\gcc\x64 + cmake . -G "Unix Makefiles" -DXMRIG_DEPS=xmrig-deps\gcc\x64 make -j2 copy src\config.json . copy bin\WinRing0\WinRing0x64.sys .