Skip to content

Commit

Permalink
workaround for github action issue (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Adams authored Mar 18, 2022
1 parent b875152 commit 5485252
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
uses: actions/checkout@v3
- name: Install osx tools
run: |
# workaround for https://github.com/mitchellh/gon/issues/56
pushd .
cd /usr/local/Homebrew
git fetch origin tag 3.3.9 --no-tags
git checkout 3.3.9
popd
# /workaround
brew tap mitchellh/gon
brew install mitchellh/gon/gon
- name: Setup go
Expand Down

0 comments on commit 5485252

Please sign in to comment.