Skip to content

Commit c7b310c

Browse files
committed
Add libsodium in brew action
Since we build with the configuration option --with-sodium, adding libsodium to make sure it is installed
1 parent 9cd088b commit c7b310c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/brew/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ runs:
3131
tidy-html5 \
3232
libxml2 \
3333
libjpeg \
34+
libsodium \
3435
libxslt \
3536
postgresql
3637
brew link icu4c gettext --force

0 commit comments

Comments
 (0)