From 3f821b3307212eeb8872ac2f4ee711b97af2269c Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Mon, 16 Jun 2025 19:17:38 -0700 Subject: [PATCH] Updated build --- .github/workflows/test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1d2810d..5a14a840 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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