Skip to content

Commit

Permalink
Run update in its own step
Browse files Browse the repository at this point in the history
  • Loading branch information
arbourd committed May 16, 2024
1 parent a5dbbc5 commit f6f7988
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
- uses: actions/checkout@v4

- if: ${{ matrix.command == 'install-brew' }}
name: brew uninstall go
run: |
brew update
run: brew update

- if: ${{ matrix.command == 'install-brew' }}
name: Run brew uninstall go
run: |
versions=$(brew list | grep -E '^go$|^go@' || true)
echo $versions
Expand Down

0 comments on commit f6f7988

Please sign in to comment.