File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,10 +122,10 @@ jobs:
122122 - name : Pin Jane Street packages
123123 if : ${{ ! matrix.jane_street_tests }}
124124 run : |
125- opam pin add -n base.v0.16.1 https://github.com/ocaml-wasm/base.git#wasm
126- opam pin add -n time_now.v0.16.1 https://github.com/ocaml-wasm/time_now.git#wasm
127- opam pin add -n ppx_inline_test.v0.16 .1 https://github.com/ocaml-wasm/ppx_inline_test.git#wasm
128- opam pin add -n ppx_expect.v0.16.1 https://github.com/ocaml-wasm/ppx_expect.git#wasm
125+ opam pin add -n base.v0.17.3 https://github.com/ocaml-wasm/base.git#wasm-v0.17
126+ opam pin add -n time_now.v0.17.0 https://github.com/ocaml-wasm/time_now.git#wasm-v0.17
127+ opam pin add -n ppx_inline_test.v0.17 .1 https://github.com/ocaml-wasm/ppx_inline_test.git#wasm-v0.17
128+ opam pin add -n ppx_expect.v0.17.3 https://github.com/ocaml-wasm/ppx_expect.git#wasm-v0.17
129129
130130 - name : Install wasm_of_ocaml and its test dependencies
131131 working-directory : ./wasm_of_ocaml
You can’t perform that action at this time.
0 commit comments