Skip to content

Commit

Permalink
ci: use 4.0.0-rc.3 Docker tag
Browse files Browse the repository at this point in the history
Checking if this was introduced with the 1.82 Rust toolchain.
  • Loading branch information
Ubuntu committed Feb 6, 2025
1 parent 15d0adb commit a4421b3
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -29,9 +29,9 @@ jobs:
run: |
# Build the binaries
cd programs/range
~/.sp1/bin/cargo-prove prove build --elf-name range-elf --docker --tag v4.0.0-rc.10 --output-directory ../../elf
~/.sp1/bin/cargo-prove prove build --elf-name range-elf --docker --tag v4.0.0-rc.3 --output-directory ../../elf
cd ../aggregation
~/.sp1/bin/cargo-prove prove build --elf-name aggregation-elf --docker --tag v4.0.0-rc.10 --output-directory ../../elf
~/.sp1/bin/cargo-prove prove build --elf-name aggregation-elf --docker --tag v4.0.0-rc.3 --output-directory ../../elf
cd ../../
# Check for any changes in the elf directory
Expand Down
Binary file modified elf/aggregation-elf
Binary file not shown.
Binary file modified elf/range-elf
Binary file not shown.

0 comments on commit a4421b3

Please sign in to comment.