Skip to content

Commit

Permalink
gh: fix icu4c on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
charlievieth committed Nov 2, 2024
1 parent 4fb2899 commit fd9d096
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
GO: ${{ matrix.go }}
steps:
- if: startsWith(matrix.os, 'macos')
run: brew update
run: |
brew update
brew reinstall icu4c
- uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit fd9d096

Please sign in to comment.