mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Apparently 4.12.0 is not supported on the CI?
This commit is contained in:
parent
115e9c9c4c
commit
cd66c0be86
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -36,10 +36,10 @@ jobs:
|
||||
${{ runner.os }}-
|
||||
|
||||
- name: Set up OCaml
|
||||
uses: avsm/setup-ocaml@v1.1.9
|
||||
uses: avsm/setup-ocaml@v1
|
||||
with:
|
||||
# Version of the OCaml compiler to initialise
|
||||
ocaml-version: 4.12.0
|
||||
ocaml-version: 4.11.2
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user