fix boost version for windows
Some checks failed
Build Wownero LWS / build-macos (push) Successful in 1m31s
Build Wownero LWS / build-linux (push) Successful in 2m17s
Build Wownero LWS / build-windows (push) Failing after 4m38s

This commit is contained in:
2026-01-05 08:21:44 -08:00
parent 0afd7bce51
commit 20512b8df4

View File

@@ -114,6 +114,12 @@ jobs:
git config --global url."https://github.com/".insteadOf "git@github.com:"
git submodule update --init --recursive
- name: Patch Boost Requirement
run: |
echo "Downgrading Boost requirement from 1.70 to 1.69..."
# Fix the root CMakeLists.txt which asks for 1.70
sed -i 's/find_package(Boost 1.70/find_package(Boost 1.69/g' CMakeLists.txt
- name: Build Windows Dependencies
run: |
# 1. Enter the submodule directory where the build system lives