Skip to content

Commit

Permalink
[test]: Add windows msys2 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Sep 5, 2024
1 parent 27a0374 commit e7a744c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,14 @@ jobs:
- windows-latest
ocaml-compiler:
- "5.2"
windows-environment:
- ""
include:
- os: ubuntu-latest
ocaml-compiler: ocaml-variants.5.2.0+options,ocaml-option-flambda
- os: windows-latest
ocaml-compiler: "5.2"
windows-environment: msys2

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

Expand All @@ -66,5 +71,6 @@ jobs:
uses: ./
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
windows-environment: ${{ matrix.windows-environment }}

- run: opam install uri

0 comments on commit e7a744c

Please sign in to comment.