Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ jobs:

- name: "Install SP1 toolchain"
run: |
sp1up
sp1up -v v6.0.0

- name: "Install protoc"
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler

- name: "Set up RPC env"
run: |
Expand Down Expand Up @@ -73,6 +78,11 @@ jobs:
- name: "Checkout sources"
uses: actions/checkout@v4

- name: "Install protoc"
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler

- name: "Set up RPC env"
run: |
echo "ETH_RPC_URL=${{secrets.ETH_RPC_URL}}" >> $GITHUB_ENV
Expand Down
Loading
Loading