fix windows build deps
Some checks failed
Build Wownero LWS / build-macos (push) Failing after 6m57s
Build Wownero LWS / build-linux (push) Failing after 7m35s
Build Wownero LWS / build-windows (push) Failing after 4m36s

This commit is contained in:
2026-01-05 07:51:24 -08:00
parent a1910c7fac
commit 4dc711041b

View File

@@ -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)