We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0706442 commit 1e773c5Copy full SHA for 1e773c5
tools/ci_setup.ml
@@ -287,7 +287,7 @@ let pin_packages () = sync_exec pin (StringSet.elements do_pin)
287
288
let install_others others =
289
let others = StringSet.elements (StringSet.diff others omitted_others) in
290
- ignore (Sys.command ("opam install -y " ^ String.concat " " others))
+ ignore (Sys.command ("opam install -y sedlex.3.4 " ^ String.concat " " others))
291
292
let clone ?branch ?(depth = 1) nm src =
293
exec_async
0 commit comments