Skip to content

Commit 39f7da1

Browse files
committed
update checkout targets for alloy vs ethers
1 parent ce490d5 commit 39f7da1

File tree

1 file changed

+2
-2
lines changed
  • crates/python/python/cryo_test/examples/ethers_vs_alloy

1 file changed

+2
-2
lines changed

crates/python/python/cryo_test/examples/ethers_vs_alloy/build_cryo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [ "$BUILD_ALLOY" = true ]; then
4545
cd ~/repos/cryo
4646

4747
# check out build
48-
git checkout feat/alloy
48+
git checkout main
4949

5050
# build cryo
5151
cargo install \
@@ -65,7 +65,7 @@ if [ "$BUILD_ETHERS" = true ]; then
6565
cd ~/repos/cryo
6666

6767
# check out build
68-
git checkout main
68+
git checkout eba6192298e40add4d35d1587511d875f6d770e4
6969

7070
# build cryo
7171
cargo install \

0 commit comments

Comments
 (0)