Skip to content

Commit 1e09e83

Browse files
committed
Fix ocamlformat CI check
1 parent 38eb7bb commit 1e09e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ocamlformat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
./configure \
4040
--prefix=$GITHUB_WORKSPACE/_install \
41-
--enable-middle-end=closure \
41+
--enable-middle-end=flambda2 \
4242
--with-dune=/bin/false
4343
4444
- name: Check formatting of Flambda 2 and Cfg code

0 commit comments

Comments
 (0)