From 47d52d1a832902fc990efafeaf2b78b407869f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20CORTIER?= Date: Thu, 19 Mar 2026 13:34:26 +0900 Subject: [PATCH] build(jetsocat): enable detect-proxy for Windows jetsocat builds --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93af95789..93c7a54f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -340,7 +340,7 @@ jobs: if ($Env:RUNNER_OS -eq "Windows") { $ExecutableFileName = "$($ExecutableFileName).exe" $Env:CARGO_NO_DEFAULT_FEATURES = "true" - $Env:CARGO_FEATURES = "native-tls" + $Env:CARGO_FEATURES = "native-tls detect-proxy" } if ($Env:RUNNER_OS -eq "Linux") {