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