diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-11-03 17:12:37 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-11-03 17:12:37 -0700 |
| commit | 29e97241c190e5a84f928b1bb6754f9b94f149c1 (patch) | |
| tree | 31f638bdfaad69de8767aa1b8623c84ffcafa001 | |
| parent | 23c73ccc6de4abf33553531bdd37459ed2f26f0b (diff) | |
Troubleshoot build pipeline
| -rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index c5b6e98..58e6399 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ jobs: steps: - checkout - run: go get -u github.com/mitchellh/gox - - run: go get -u github.com/tcnksm/ghr + - run: go install github.com/tcnksm/ghr - run: go install github.com/stevenmatthewt/semantics@latest - run: name: cross compile |