Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Jan 6, 2025
1 parent be49a5d commit 7983bf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/ci_setup.ml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ let pin delay nm =
~delay
(Printf.sprintf
"opam pin add -n %s https://github.com/ocaml-wasm/%s.git#wasm"
(try List.assoc nm aliases
with Not_found -> if List.mem_assoc nm packages then nm ^ ".v0.16.1" else nm)
(try List.assoc nm aliases with Not_found -> nm)
nm)

let pin_packages js =
Expand Down

0 comments on commit 7983bf1

Please sign in to comment.