From 1be989bbf0e46db8438384db184fca424392cfef Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Tue, 17 Sep 2024 12:35:07 +0200 Subject: [PATCH] [skip ci] Move brew install libsodium to reinstall Gets rid of the "already installed" warning on master. --- .github/actions/brew/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/brew/action.yml b/.github/actions/brew/action.yml index db5a596be28..c99dcaab98f 100644 --- a/.github/actions/brew/action.yml +++ b/.github/actions/brew/action.yml @@ -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