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 582b77c commit ff89c47Copy full SHA for ff89c47
.github/workflows/snapshot_release.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: macos-latest
17
steps:
18
- name: 'Install native dependencies'
19
- run: brew install libunistring
+ run: brew install libunistring-dev
20
- name: 'Checkout Repository'
21
uses: actions/checkout@v4
22
with:
0 commit comments