We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4d061 commit 3a6ed54Copy full SHA for 3a6ed54
.github/workflows/ci.yml
@@ -126,7 +126,8 @@ jobs:
126
run: |
127
mkdir -p /tmp/rosetta
128
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/
+ 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
131
- name: Run rosetta-cli check:construction
132
timeout-minutes: 5
133
shell: bash
0 commit comments