Skip to content

Commit d51d0c4

Browse files
authored
build(jetsocat): enable detect-proxy for Windows jetsocat builds (#1721)
1 parent 78335e0 commit d51d0c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
if ($Env:RUNNER_OS -eq "Windows") {
341341
$ExecutableFileName = "$($ExecutableFileName).exe"
342342
$Env:CARGO_NO_DEFAULT_FEATURES = "true"
343-
$Env:CARGO_FEATURES = "native-tls"
343+
$Env:CARGO_FEATURES = "native-tls detect-proxy"
344344
}
345345
346346
if ($Env:RUNNER_OS -eq "Linux") {

0 commit comments

Comments
 (0)