Skip to content

Commit adccdb3

Browse files
committed
Revert "WIP"
This reverts commit 1e773c5.
1 parent 8d04e38 commit adccdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_setup.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ let pin_packages () = sync_exec pin (StringSet.elements do_pin)
304304

305305
let install_others others =
306306
let others = StringSet.elements (StringSet.diff others omitted_others) in
307-
ignore (Sys.command ("opam install -y sedlex.3.4 " ^ String.concat " " others))
307+
ignore (Sys.command ("opam install -y " ^ String.concat " " others))
308308

309309
let clone ?branch ?(depth = 1) nm src =
310310
exec_async

0 commit comments

Comments
 (0)