Skip to content

Commit 3a6ed54

Browse files
committed
fix cli install script
1 parent fe4d061 commit 3a6ed54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ jobs:
126126
run: |
127127
mkdir -p /tmp/rosetta
128128
curl -o /tmp/rosetta/install.sh -sSfL https://raw.githubusercontent.com/coinbase/mesh-cli/refs/tags/v0.10.4/scripts/install.sh
129-
bash /tmp/rosetta/install.sh -b /tmp/rosetta/
129+
sed -i 's/REPO="rosetta-cli"/REPO="mesh-cli"/g' /tmp/rosetta/install.sh
130+
bash /tmp/rosetta/install.sh -b /tmp/rosetta/ v0.10.4
130131
- name: Run rosetta-cli check:construction
131132
timeout-minutes: 5
132133
shell: bash

0 commit comments

Comments
 (0)