Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 25, 2023
1 parent a7b3051 commit a1fdf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ls &&
cd cosmos-sdk &&
make build &&
export SIMD_BIN=./build/simd &&
export SIMD_BIN=./cosmos-sdk/build/simd &&
make init-simapp
- name: Run simapp
run: ./cosmos-sdk/build/simd start &
Expand Down

0 comments on commit a1fdf91

Please sign in to comment.