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 7596764 commit 85067fcCopy full SHA for 85067fc
tools/ci_setup.ml
@@ -358,7 +358,7 @@ let branch nm =
358
None
359
360
let pin nm =
361
- let branch = Option.value ~default:"wasm-v0.18" (branch nm) in
+ let branch = Option.value ~default:"wasm-latest" (branch nm) in
362
exec_async
363
(Printf.sprintf
364
"opam pin add -n %s https://github.com/ocaml-wasm/%s.git#%s"
0 commit comments