Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b902d46

Browse files
committedMar 19, 2025·
try disabling reanalyze
1 parent a328c0a commit b902d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- os: ubuntu-24.04
111111
ocaml_compiler: ocaml-variants.5.2.1+options,ocaml-option-static
112112
# Reanalyze does not work on OCaml 5.3.0 anymore, therefore run it on 5.2.1
113-
run_reanalyze: true
113+
run_reanalyze: false
114114
- os: ubuntu-24.04
115115
ocaml_compiler: ocaml-variants.5.0.0+options,ocaml-option-static
116116
- os: ubuntu-24.04

0 commit comments

Comments
 (0)
Please sign in to comment.