Skip to content

Commit

Permalink
ci: fix calling cargo prove toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
fakedev9999 committed Jan 15, 2025
1 parent debe7e1 commit fb4826e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
# Build the binaries
cd programs/range
cargo prove build --elf-name range-elf --docker --tag latest
~/.sp1/bin/cargo-prove prove build --elf-name range-elf --docker --tag latest
cd ../aggregation
cargo prove build --elf-name aggregation-elf --docker --tag latest
~/.sp1/bin/cargo-prove prove build --elf-name aggregation-elf --docker --tag latest
cd ../../
# Save new verification keys
Expand Down

0 comments on commit fb4826e

Please sign in to comment.