Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
ci: install artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Oct 2, 2024
1 parent a69f5bf commit 427d4d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
lfs: true
- name: Setup Go
uses: actions/setup-go@v5
with:
Expand Down Expand Up @@ -79,6 +81,9 @@ jobs:
curl -L https://raw.githubusercontent.com/succinctlabs/sp1/${{ steps.sp1-version.outputs.sp1_version }}/sp1up/install | bash
~/.sp1/bin/sp1up
~/.sp1/bin/cargo-prove prove --version
- name: Install SP1 circuit artifacts (plonky only)
run: |
mv e2e/interchaintestv8/artifacts/circuits/v2.0.0 ~/.sp1/circuits/v2.0.0/
- name: Install just
uses: extractions/setup-just@v2
- name: Build operator
Expand Down

0 comments on commit 427d4d4

Please sign in to comment.