diff --git a/.github/workflows/rosetta-cli-test.yaml b/.github/workflows/rosetta-cli-test.yaml index 9f0f1bc..211a6da 100644 --- a/.github/workflows/rosetta-cli-test.yaml +++ b/.github/workflows/rosetta-cli-test.yaml @@ -30,9 +30,9 @@ jobs: ls && cd cosmos-sdk && make build && - export SIMD_BIN=./cosmos-sdk/build/simd && - ls && - pwd && + export SIMD_BIN=./build/simd && + ls ./build && + ls ./scripts && make init-simapp - name: Run simapp run: ./cosmos-sdk/build/simd start &