File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,15 +118,15 @@ jobs:
118
118
cd cargo-prove-test/program
119
119
cat << EOF | tee -a Cargo.toml
120
120
121
- [patch.'ssh://[email protected] /wormhole-foundation /wp1.git']
121
+ [patch.'ssh://[email protected] /lurk-lab /wp1.git']
122
122
wp1-zkvm = { path = "../../zkvm/entrypoint" }
123
123
EOF
124
124
cd ../..
125
125
126
126
cd cargo-prove-test/script
127
127
cat << EOF | tee -a Cargo.toml
128
128
129
- [patch.'ssh://[email protected] /wormhole-foundation/wp1 .git']
129
+ [patch.'ssh://[email protected] /lurk-lab/sphinx .git']
130
130
wp1-sdk = { path = "../../sdk" }
131
131
wp1-helper = { path = "../../helper" }
132
132
EOF
@@ -193,13 +193,13 @@ jobs:
193
193
- name : Set env
194
194
run : |
195
195
echo "DOWNSTREAM_REPO=$(echo "wormhole-foundation/example-zk-light-clients-internal" | awk -F'/' '{ print $2 }')" | tee -a $GITHUB_ENV
196
- echo "UPSTREAM_REPO=$(echo "wormhole-foundation/wp1 " | awk -F'/' '{ print $2 }')" | tee -a $GITHUB_ENV
196
+ echo "UPSTREAM_REPO=$(echo "lurk-lab/sphinx " | awk -F'/' '{ print $2 }')" | tee -a $GITHUB_ENV
197
197
- uses : actions/checkout@v4
198
198
with :
199
199
path : ${{ github.workspace }}/${{ env.UPSTREAM_REPO }}
200
200
submodules : recursive
201
201
- name : Setup CI
202
- uses : ./wp1 /.github/actions/setup
202
+ uses : ./sphinx /.github/actions/setup
203
203
with :
204
204
pull_token : ${{ secrets.REPO_TOKEN }}
205
205
perf : false
You can’t perform that action at this time.
0 commit comments