This commit is contained in:
Simon Cruanes 2025-01-03 21:22:05 -05:00
parent 6d962a70d0
commit f310bc5771
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -52,7 +52,7 @@ jobs:
steps: steps:
- uses: actions/checkout@main - uses: actions/checkout@main
- name: Use OCaml ${{ matrix.ocaml-compiler }} - name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2 uses: ocaml/setup-ocaml@v3
with: with:
ocaml-compiler: ${{ matrix.ocaml-compiler }} ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true dune-cache: true