Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Pavoni committed Mar 24, 2022
1 parent fce0a3e commit 848feea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: go test -v ./...

- name: Set up dependencies
run: go get github.com/mitchellh/gox ; go get github.com/mitchellh/gox
run: go get github.com/mitchellh/gox ; go install github.com/mitchellh/gox

- name: Build
run: ./gh_build.sh
Expand Down

0 comments on commit 848feea

Please sign in to comment.