diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index fba5eaf..89201cf 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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.