Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 25, 2023
1 parent 724bbd7 commit 380edc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down

0 comments on commit 380edc2

Please sign in to comment.