Skip to content

Commit

Permalink
Pin version of setup-ocaml Action so it uses opam<2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zoj613 committed Aug 22, 2024
1 parent 228ce09 commit 712e7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fetch-depth: 2

- name: setup-ocaml
uses: ocaml/setup-ocaml@master
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

Expand Down

0 comments on commit 712e7ae

Please sign in to comment.