Skip to content

Commit 376f18a

Browse files
committed
fix: set ocaml version to 4.14
1 parent c88ae1f commit 376f18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_infer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up OCaml
2424
uses: ocaml/setup-ocaml@v3
2525
with:
26-
ocaml-compiler: 5
26+
ocaml-compiler: 4.14.0+options
2727

2828
- name: Clone infer
2929
run: |

0 commit comments

Comments
 (0)