Skip to content

Commit aa590cf

Browse files
committed
gh: fix icu4c on macos
1 parent a2a6e60 commit aa590cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/go.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
GO: ${{ matrix.go }}
2222
steps:
2323
- if: startsWith(matrix.os, 'macos')
24-
run: brew update
24+
run: |
25+
brew update
26+
brew reinstall icu4c
2527
2628
- uses: actions/setup-go@v2
2729
with:

0 commit comments

Comments
 (0)