Skip to content

Commit c6dcb32

Browse files
committed
Try link command for brew
1 parent ff89c47 commit c6dcb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: macos-latest
1717
steps:
1818
- name: 'Install native dependencies'
19-
run: brew install libunistring-dev
19+
run: brew install libunistring && brew link --force libunistring
2020
- name: 'Checkout Repository'
2121
uses: actions/checkout@v4
2222
with:

0 commit comments

Comments
 (0)