mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Move brew install libsodium to reinstall
Gets rid of the "already installed" warning on master.
This commit is contained in:
parent
5fa082316b
commit
1be989bbf0
1 changed files with 1 additions and 2 deletions
3
.github/actions/brew/action.yml
vendored
3
.github/actions/brew/action.yml
vendored
|
@ -13,7 +13,7 @@ runs:
|
|||
|
||||
# Some packages exist on x86 but not arm, or vice versa.
|
||||
# Install them with reinstall to avoid warnings.
|
||||
brew reinstall autoconf webp tidy-html5 libzip
|
||||
brew reinstall autoconf webp tidy-html5 libzip libsodium
|
||||
brew install \
|
||||
bison \
|
||||
re2c
|
||||
|
@ -26,5 +26,4 @@ runs:
|
|||
t1lib \
|
||||
libxml2 \
|
||||
libjpeg \
|
||||
libsodium \
|
||||
libxslt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue