Skip to content

Commit 1be989b

Browse files
committed
[skip ci] Move brew install libsodium to reinstall
Gets rid of the "already installed" warning on master.
1 parent 5fa0823 commit 1be989b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/brew/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
1414
# Some packages exist on x86 but not arm, or vice versa.
1515
# Install them with reinstall to avoid warnings.
16-
brew reinstall autoconf webp tidy-html5 libzip
16+
brew reinstall autoconf webp tidy-html5 libzip libsodium
1717
brew install \
1818
bison \
1919
re2c
@@ -26,5 +26,4 @@ runs:
2626
t1lib \
2727
libxml2 \
2828
libjpeg \
29-
libsodium \
3029
libxslt

0 commit comments

Comments
 (0)