Skip to content

Commit e7a744c

Browse files
committed
[test]: Add windows msys2 workflow
1 parent 27a0374 commit e7a744c

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
@@ -52,9 +52,14 @@ jobs:
5252
- windows-latest
5353
ocaml-compiler:
5454
- "5.2"
55+
windows-environment:
56+
- ""
5557
include:
5658
- os: ubuntu-latest
5759
ocaml-compiler: ocaml-variants.5.2.0+options,ocaml-option-flambda
60+
- os: windows-latest
61+
ocaml-compiler: "5.2"
62+
windows-environment: msys2
5863

5964
runs-on: ${{ matrix.os }}
6065

@@ -66,5 +71,6 @@ jobs:
6671
uses: ./
6772
with:
6873
ocaml-compiler: ${{ matrix.ocaml-compiler }}
74+
windows-environment: ${{ matrix.windows-environment }}
6975

7076
- run: opam install uri

0 commit comments

Comments
 (0)