Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Sep 5, 2024
1 parent 969916c commit f741aaf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ 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
windows-environment: cygwin
- os: windows-latest
windows-environment: msys2

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

- run: opam install uri

0 comments on commit f741aaf

Please sign in to comment.