Skip to content

Commit 1dd04e9

Browse files
committed
[test] Add windows msys2 workflow
1 parent ef2134f commit 1dd04e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/workflow.yml

+6
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
- windows-latest
5454
ocaml-compiler:
5555
- "5.2"
56+
windows-environment:
57+
- ""
5658
allow-prerelease-opam:
5759
- false
5860
include:
@@ -62,6 +64,9 @@ jobs:
6264
- os: ubuntu-latest
6365
ocaml-compiler: "5.2"
6466
allow-prerelease-opam: true
67+
- os: windows-latest
68+
ocaml-compiler: "5.2"
69+
windows-environment: msys2
6570

6671
runs-on: ${{ matrix.os }}
6772

@@ -74,5 +79,6 @@ jobs:
7479
with:
7580
ocaml-compiler: ${{ matrix.ocaml-compiler }}
7681
allow-prerelease-opam: ${{ matrix.allow-prerelease-opam }}
82+
windows-environment: ${{ matrix.windows-environment }}
7783

7884
- run: opam install ssl

0 commit comments

Comments
 (0)