This commit is contained in:
Simon Cruanes 2025-01-03 13:10:23 -05:00
parent 517d4605d5
commit 6d962a70d0
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -73,7 +73,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