diff --git a/.github/actions/setup-build-env/action.yml b/.github/actions/setup-build-env/action.yml index a1fb9e74b88..e013d844d15 100644 --- a/.github/actions/setup-build-env/action.yml +++ b/.github/actions/setup-build-env/action.yml @@ -15,6 +15,7 @@ runs: shell: bash run: | HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew update + brew link -n python HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install python bison flex gawk libffi pkg-config bash autoconf llvm lld - name: Linux runtime environment