This commit is contained in:
Simon Cruanes 2025-01-13 13:18:30 -05:00
parent 064e6e26bb
commit 87ab6993d7
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

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