Skip to content

Commit

Permalink
added checkout to cosmos-sdk versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Jan 18, 2024
1 parent e09017f commit 0fbf3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
go-version: '^1.21.1'
- name: Run make test-rosetta-ci
run:
COSMOS_SDK_VERSION=v0.50.3
make test-rosetta-ci
shell: bash
1 change: 1 addition & 0 deletions scripts/simapp-start-node.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
git clone https://github.com/cosmos/cosmos-sdk.git
# shellcheck disable=SC2164
cd cosmos-sdk
git checkout "$COSMOS_SDK_VERSION"
make build
export SIMD_BIN=./build/simd
chmod 777 ./scripts/init-simapp.sh
Expand Down

0 comments on commit 0fbf3c4

Please sign in to comment.