Update .gitea/workflows/build.yaml
Some checks failed
Build Wownero LWS / build-macos (push) Successful in 1m34s
Build Wownero LWS / build-linux (push) Successful in 2m4s
Build Wownero LWS / build-windows (push) Failing after 19s

This commit is contained in:
2026-01-07 10:20:38 -08:00
parent 058cf2152d
commit f5a88c41bf

View File

@@ -139,9 +139,6 @@ jobs:
sed -i 's/chrono,/chrono,context,coroutine,/g' $BOOST_MK
# 3. GLOBALLY DISABLE PATCHING
[Image of circuit breaker]
# We replace the 'patch' command with 'true' (do nothing).
# This ensures that even if Make tries to apply a patch, it just "succeeds" instantly.
# We search for 'patch -p1' and replace it.