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.
2 parents d3c9759 + 0269d9d commit 25b506fCopy full SHA for 25b506f
.github/workflows/windows.yml
@@ -77,6 +77,7 @@ jobs:
77
opam install --confirm-level=unsafe-yes "$pkg"
78
switch ($LASTEXITCODE) {
79
0 { Break }
80
+ 5 { Write-Host "$pkg is not installable. Skip."; Break } # TODO: Remove when https://github.com/ocaml/opam/issues/6017 is fixed
81
20 { Write-Host "$pkg is not installable. Skip."; Break }
82
31 { Write-Host "$pkg failed to build."; $failed = $true; Break }
83
default { throw "Unexpected error $_" }
0 commit comments