File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 if : matrix.jane_street_tests
106106 run : |
107107 opam repo add js janestreet/opam-repository
108- opam install opam-format
108+ opam install opam-format sedlex.3.4
109109 opam exec -- dune exec --root wasm_of_ocaml tools/ci_setup.exe
110110
111111 - name : Pin Jane Street packages
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN mkdir janestreet \
3636WORKDIR /bench-dir/js_of_ocaml
3737COPY --chown=opam:opam js_of_ocaml-compiler.opam .
3838RUN opam install -y --deps-only ./js_of_ocaml-compiler.opam \
39- && opam install opam-format stringext uucp cstruct \
39+ && opam install opam-format stringext uucp cstruct sedlex.3.4 \
4040 && opam clean
4141
4242# Prepare partial render table benchmark
You can’t perform that action at this time.
0 commit comments