Skip to content

Commit

Permalink
fix: get and install?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeldeib authored Jul 10, 2023
1 parent 5d1bd7f commit f056d2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/cover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ function install() {
mkdir -p "${GITHUB_WORKSPACE}/tmp/$APP"
pushd "${GITHUB_WORKSPACE}/tmp/$APP"
go mod init tmp
go install "$REPO"
go get "$REPO"
go install ./...
cp "$(go env GOPATH)/bin/$APP" "${GITHUB_WORKSPACE}/bin/$APP"
popd
rm -rf "${GITHUB_WORKSPACE}/tmp/$APP"
Expand Down

0 comments on commit f056d2c

Please sign in to comment.