Skip to content

Commit 582b77c

Browse files
committed
Add library installation for macos
1 parent 501b282 commit 582b77c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/snapshot_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
publish:
1616
runs-on: macos-latest
1717
steps:
18+
- name: 'Install native dependencies'
19+
run: brew install libunistring
1820
- name: 'Checkout Repository'
1921
uses: actions/checkout@v4
2022
with:

0 commit comments

Comments
 (0)