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 Dec 7, 2024
1 parent ef2134f commit 1dd04e9
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 @@ -53,6 +53,8 @@ jobs:
- windows-latest
ocaml-compiler:
- "5.2"
windows-environment:
- ""
allow-prerelease-opam:
- false
include:
Expand All @@ -62,6 +64,9 @@ jobs:
- os: ubuntu-latest
ocaml-compiler: "5.2"
allow-prerelease-opam: true
- os: windows-latest
ocaml-compiler: "5.2"
windows-environment: msys2

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

Expand All @@ -74,5 +79,6 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
allow-prerelease-opam: ${{ matrix.allow-prerelease-opam }}
windows-environment: ${{ matrix.windows-environment }}

- run: opam install ssl

0 comments on commit 1dd04e9

Please sign in to comment.