Fix brew errors
This commit is contained in:
parent
0cad5f9e8a
commit
95ac6c9b8f
2
.github/workflows/platform_natives.yaml
vendored
2
.github/workflows/platform_natives.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user