We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432b5ee commit 81813aaCopy full SHA for 81813aa
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Install pkg-config (macOS)
23
if: runner.os == 'macOS'
24
- run: brew install pkg-config
+ run: brew install git icu4c pkg-config
25
26
- name: Cache Rust dependencies
27
uses: actions/cache@v3
0 commit comments