Skip to content

Commit

Permalink
Update ci_setup.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo authored Jan 15, 2025
1 parent cdad738 commit e9d04fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci_setup.ml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ let () =
in
let copy f f' =
let contents =
In_channel.(with_open_bin (Filename.concat "wasm_of_ocaml" f) @@ input_all)
In_channel.(with_open_bin (Filename.concat "w" f) @@ input_all)
in
Out_channel.(
with_open_bin (Filename.concat root f') @@ fun ch -> output_string ch contents)
Expand Down

0 comments on commit e9d04fc

Please sign in to comment.