This commit is contained in:
Simon Cruanes 2024-04-04 16:12:04 -04:00
parent c795ebb809
commit c1038e5b77
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -26,6 +26,9 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: sudo apt-get update
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@v2
with: with: