From 4dc711041ba1e63be7f9762b7cd5c56c6151b28a Mon Sep 17 00:00:00 2001 From: such-gitea Date: Mon, 5 Jan 2026 07:51:24 -0800 Subject: [PATCH] fix windows build deps --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d21d04a..12a5490 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -113,8 +113,8 @@ jobs: - name: Build Windows Dependencies run: | - # This magic step compiles OpenSSL, Boost, ZMQ, etc. for Windows - cd contrib/depends + # FIX: The depends folder is inside the submodule! + cd external/monero/contrib/depends make HOST=x86_64-w64-mingw32 -j$(nproc) - name: Build Windows (Cross-Compile)