Fix brew errors

This commit is contained in:
Andrea Cavalli 2023-05-14 01:22:11 +02:00
parent 0cad5f9e8a
commit 95ac6c9b8f
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ jobs:
echo "REVISION: $REVISION"
if [[ -f "./.github/workflows/scripts/install_deps_${SAFE_TYPE}.sh" ]]; then
if [[ "$GH_MATRIX_OS" == *"windows"* ]]; then
if [[ "$GH_MATRIX_OS" == *"windows"* || "$GH_MATRIX_OS" == *"macos"* ]]; then
./.github/workflows/scripts/install_deps_${SAFE_TYPE}.sh
else
sudo ./.github/workflows/scripts/install_deps_${SAFE_TYPE}.sh