From e7a744c95b537657fcf7d5ac77084810f0556687 Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Thu, 5 Sep 2024 13:47:06 +0100 Subject: [PATCH] [test]: Add windows msys2 workflow --- .github/workflows/workflow.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 95299f29..416166f5 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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 }} @@ -66,5 +71,6 @@ jobs: uses: ./ with: ocaml-compiler: ${{ matrix.ocaml-compiler }} + windows-environment: ${{ matrix.windows-environment }} - run: opam install uri