From cc81f08918f23a8ceb1cba4c12499b00092aeef8 Mon Sep 17 00:00:00 2001 From: Stanislav Zhuk Date: Thu, 11 Jun 2026 17:47:33 +0300 Subject: [PATCH 1/2] ci(homebrew): testing action --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 74a67d8..d083b13 100644 --- a/action.yaml +++ b/action.yaml @@ -49,7 +49,7 @@ inputs: runs: using: "composite" steps: - - uses: Homebrew/actions/setup-homebrew@f830e99d47c69efee99f1ddbf18a8e3144d1b93e # https://github.com/Homebrew/actions/commits/main/setup-homebrew/ + - uses: Homebrew/actions/setup-homebrew@f830e99d47c69efee99f1ddbf18a8e3144d1b93e # https://github.com/Homebrew/actions/commits/main/setup-homebrew/ test - name: Environment setup shell: bash From 89416875c48e8caa70aade4502ee21f8898cd3c8 Mon Sep 17 00:00:00 2001 From: Stanislav Zhuk Date: Thu, 11 Jun 2026 17:54:11 +0300 Subject: [PATCH 2/2] add HOMEBREW_NO_SANDBOX_LINUX=1 --- action.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index d083b13..2102671 100644 --- a/action.yaml +++ b/action.yaml @@ -49,7 +49,11 @@ inputs: runs: using: "composite" steps: - - uses: Homebrew/actions/setup-homebrew@f830e99d47c69efee99f1ddbf18a8e3144d1b93e # https://github.com/Homebrew/actions/commits/main/setup-homebrew/ test + - 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 shell: bash