diff --git a/.github/workflows/elf.yml b/.github/workflows/elf.yml index 7a889fde..8dfcbdc0 100644 --- a/.github/workflows/elf.yml +++ b/.github/workflows/elf.yml @@ -34,6 +34,9 @@ jobs: ~/.sp1/bin/cargo-prove prove build --elf-name aggregation-elf --docker --tag v4.0.0-rc.10 --output-directory ../../elf cd ../../ + # Print the shasum of the range-elf file + shasum -a 512 ../../elf/range-elf + # Check for any changes in the elf directory if [ -n "$(git status --porcelain elf/)" ]; then echo "❌ ELF files changed during build!" diff --git a/elf/range-elf b/elf/range-elf index 7e497dfe..0f9a5a0b 100755 Binary files a/elf/range-elf and b/elf/range-elf differ