Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed8f233

Browse files
ci: Fix checkouts (#3)
1 parent 04e5a7f commit ed8f233

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ jobs:
118118
cd cargo-prove-test/program
119119
cat << EOF | tee -a Cargo.toml
120120
121-
[patch.'ssh://[email protected]/wormhole-foundation/wp1.git']
121+
[patch.'ssh://[email protected]/lurk-lab/wp1.git']
122122
wp1-zkvm = { path = "../../zkvm/entrypoint" }
123123
EOF
124124
cd ../..
125125
126126
cd cargo-prove-test/script
127127
cat << EOF | tee -a Cargo.toml
128128
129-
[patch.'ssh://[email protected]/wormhole-foundation/wp1.git']
129+
[patch.'ssh://[email protected]/lurk-lab/sphinx.git']
130130
wp1-sdk = { path = "../../sdk" }
131131
wp1-helper = { path = "../../helper" }
132132
EOF
@@ -193,13 +193,13 @@ jobs:
193193
- name: Set env
194194
run: |
195195
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
197197
- uses: actions/checkout@v4
198198
with:
199199
path: ${{ github.workspace }}/${{ env.UPSTREAM_REPO }}
200200
submodules: recursive
201201
- name: Setup CI
202-
uses: ./wp1/.github/actions/setup
202+
uses: ./sphinx/.github/actions/setup
203203
with:
204204
pull_token: ${{ secrets.REPO_TOKEN }}
205205
perf: false

0 commit comments

Comments
 (0)