Skip to content

Commit

Permalink
CI: using opam pre-release might fix the windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Nov 22, 2023
1 parent e7b2ee2 commit fa5143c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
os:
- macos-latest
- ubuntu-latest
# - windows-latest
- windows-latest
ocaml-compiler:
- "5.1"
# The type of runner that the job will run on
Expand All @@ -58,6 +58,7 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
allow-prelease-opam: true

- name: Install dependencies
run: |
Expand Down

0 comments on commit fa5143c

Please sign in to comment.