Skip to content

Commit 85067fc

Browse files
committed
Fix error in rebase
1 parent 7596764 commit 85067fc

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
@@ -358,7 +358,7 @@ let branch nm =
358358
None
359359

360360
let pin nm =
361-
let branch = Option.value ~default:"wasm-v0.18" (branch nm) in
361+
let branch = Option.value ~default:"wasm-latest" (branch nm) in
362362
exec_async
363363
(Printf.sprintf
364364
"opam pin add -n %s https://github.com/ocaml-wasm/%s.git#%s"

0 commit comments

Comments
 (0)