Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Oct 26, 2024
1 parent c86747b commit 100df5f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions utils/build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ fn build_zkvm_program(program: &str) {
.exec()
.expect("Failed to get cargo metadata");
build_program_with_args(
&format!(
"{}/{}",
metadata.workspace_root.join("programs"),
program
),
&format!("{}/{}", metadata.workspace_root.join("programs"), program),
BuildArgs {
elf_name: format!("{}-elf", program),
docker: true,
Expand Down

0 comments on commit 100df5f

Please sign in to comment.