diff --git a/action.yaml b/action.yaml index 74a67d8..2102671 100644 --- a/action.yaml +++ b/action.yaml @@ -49,6 +49,10 @@ inputs: runs: using: "composite" steps: + - name: Set Homebrew env + shell: bash + run: echo "HOMEBREW_NO_SANDBOX_LINUX=1" >> $GITHUB_ENV + - uses: Homebrew/actions/setup-homebrew@f830e99d47c69efee99f1ddbf18a8e3144d1b93e # https://github.com/Homebrew/actions/commits/main/setup-homebrew/ - name: Environment setup