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 ef2134f commit 1dd04e9Copy full SHA for 1dd04e9
.github/workflows/workflow.yml
@@ -53,6 +53,8 @@ jobs:
53
- windows-latest
54
ocaml-compiler:
55
- "5.2"
56
+ windows-environment:
57
+ - ""
58
allow-prerelease-opam:
59
- false
60
include:
@@ -62,6 +64,9 @@ jobs:
62
64
- os: ubuntu-latest
63
65
ocaml-compiler: "5.2"
66
allow-prerelease-opam: true
67
+ - os: windows-latest
68
+ ocaml-compiler: "5.2"
69
+ windows-environment: msys2
70
71
runs-on: ${{ matrix.os }}
72
@@ -74,5 +79,6 @@ jobs:
74
79
with:
75
80
ocaml-compiler: ${{ matrix.ocaml-compiler }}
76
81
allow-prerelease-opam: ${{ matrix.allow-prerelease-opam }}
82
+ windows-environment: ${{ matrix.windows-environment }}
77
83
78
84
- run: opam install ssl
0 commit comments