diff --git a/.github/workflows/platform_natives.yaml b/.github/workflows/platform_natives.yaml index 9e3e3cc..32dc144 100644 --- a/.github/workflows/platform_natives.yaml +++ b/.github/workflows/platform_natives.yaml @@ -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