Skip to content

Commit

Permalink
added simd binary
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 10, 2023
1 parent 3e65e99 commit c1c22c7
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 @@ -29,7 +29,7 @@ jobs:
repository: cosmos/cosmos-sdk
ref: main
- name: set up simapp
run: make install && ls && export SIMD_BIN=bin/simapp && make init-simapp
run: make build && ls && export SIMD_BIN=./build/simd && make init-simapp

run-rosetta:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c1c22c7

Please sign in to comment.