Skip to content

Commit

Permalink
chore: use go install
Browse files Browse the repository at this point in the history
  • Loading branch information
technicallyty committed May 5, 2022
1 parent 10ed830 commit 4499637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Display go version
run: go version
- name: Install runsim
run: export GO111MODULE="on" && go get github.com/cosmos/tools/cmd/runsim@v1.0.0
run: export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/runsim@v1.0.0
- uses: actions/cache@v2.1.3
with:
path: ~/go/bin
Expand Down

0 comments on commit 4499637

Please sign in to comment.