Only upgrade icu4c and pkg-config
This commit is contained in:
parent
0929a6678b
commit
b1a9b0b016
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
|
||||
- name: Install macos dependencies
|
||||
run: |
|
||||
brew upgrade && brew install icu4c pkg-config
|
||||
brew upgrade icu4c pkg-config || brew install icu4c pkg-config
|
||||
# export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig";
|
||||
# export PATH="/usr/local/opt/icu4c/bin:/usr/local/opt/icu4c/sbin:$PATH"
|
||||
if: runner.os == 'macOS'
|
||||
|
Loading…
Reference in New Issue
Block a user