This commit is contained in:
Simon Cruanes 2025-01-30 20:32:33 -05:00
parent 1848b02c0f
commit f604f0b876
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
# needed for depext to work # needed for depext to work
- run: sudo apt-get update && sudo apt-get install mccs - run: sudo apt-get update && sudo apt-get install mccs
- uses: ocaml/setup-ocaml@v2 - uses: ocaml/setup-ocaml@v3
with: with:
ocaml-compiler: '5.1.x' ocaml-compiler: '5.1.x'
dune-cache: true dune-cache: true

View file

@ -33,7 +33,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }} if: ${{ matrix.os == 'ubuntu-latest' }}
- 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 }}
opam-depext-flags: --with-test opam-depext-flags: --with-test