diff --git a/.github/actions/Miscellaneous/Install_Dependencies/action.yml b/.github/actions/Miscellaneous/Install_Dependencies/action.yml index 9fe855fa6..628ee3cb3 100644 --- a/.github/actions/Miscellaneous/Install_Dependencies/action.yml +++ b/.github/actions/Miscellaneous/Install_Dependencies/action.yml @@ -20,8 +20,6 @@ runs: brew unlink "$pkg" brew link --overwrite "$pkg" done - brew upgrade openssl >/dev/null 2>&1 - brew upgrade --force brew install ninja brew install eigen brew install boost diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index daa4d8152..d6f512925 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml @@ -131,9 +131,7 @@ jobs: brew unlink "$pkg" brew link --overwrite "$pkg" done - brew upgrade openssl >/dev/null 2>&1 brew install ninja - brew upgrade - name: Install deps on Linux if: ${{ runner.os == 'Linux' && steps.cache.outputs.cache-hit != 'true' }}