We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091e57b commit 5e6a35eCopy full SHA for 5e6a35e
src/conf.ml
@@ -81,7 +81,7 @@ let distros = Distro.(active_distros `X86_64 |> List.filter (fun d ->
81
| `Linux | `Windows -> true
82
| _ -> false))
83
84
-let windows_distros = Distro.(latest_distros |> List.filter (fun d ->
+let windows_distros = Distro.(active_distros `X86_64 |> List.filter (fun d ->
85
match os_family_of_distro d with
86
| `Windows -> true
87
| _ -> false)
0 commit comments