fix: preload kzg settings to prevent it from happening during block submission #1248
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Rust CI | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| jobs: | |
| rust-base: | |
| uses: init4tech/actions/.github/workflows/rust-base.yml@main | |
| with: | |
| requires-private-deps: true | |
| install-foundry: true | |
| secrets: | |
| SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} |