Skip to content

Commit

Permalink
Use setup-ocaml@v2 for lower-bounds CI
Browse files Browse the repository at this point in the history
opam-0install is incompatible with opam 2.2
  • Loading branch information
sim642 committed Jul 4, 2024
1 parent 46599e7 commit 502cf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unlocked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v3
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

Expand Down

0 comments on commit 502cf9f

Please sign in to comment.