Skip to content

Commit

Permalink
fix: ci build step
Browse files Browse the repository at this point in the history
  • Loading branch information
petscheit committed Oct 29, 2024
1 parent 072d31d commit 7d917fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "HDP_HASH=$HDP_HASH" >> $GITHUB_ENV
# Second program (infrequently updated)
cairo-compile --cairo_path="packages/eth_essentials" "src/contract_dry_run.cairo" --output build/contract_dry_run.json
cairo-compile --cairo_path="packages/eth_essentials" "src/contract_bootloader/contract_dry_run.cairo" --output build/contract_dry_run.json
CONTRACT_DRY_RUN_HASH=$(cairo-hash-program --program build/contract_dry_run.json)
CONTRACT_DRY_RUN_HASH=$(pad_hash $CONTRACT_DRY_RUN_HASH)
echo "CONTRACT_DRY_RUN_HASH=$CONTRACT_DRY_RUN_HASH" >> $GITHUB_ENV
Expand Down

0 comments on commit 7d917fc

Please sign in to comment.