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 8d04e38 commit adccdb3Copy full SHA for adccdb3
tools/ci_setup.ml
@@ -304,7 +304,7 @@ let pin_packages () = sync_exec pin (StringSet.elements do_pin)
304
305
let install_others others =
306
let others = StringSet.elements (StringSet.diff others omitted_others) in
307
- ignore (Sys.command ("opam install -y sedlex.3.4 " ^ String.concat " " others))
+ ignore (Sys.command ("opam install -y " ^ String.concat " " others))
308
309
let clone ?branch ?(depth = 1) nm src =
310
exec_async
0 commit comments