ci: remove sandbox option for homebrew action in tests workflow

This commit is contained in:
vladislav doster 2026-08-28 01:24:51 -05:00 committed by GitHub
parent fd4a730727
commit dd076b86c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,8 +58,6 @@ jobs:
- name: "install homebrew" - name: "install homebrew"
id: setup-homebrew id: setup-homebrew
uses: Homebrew/actions/setup-homebrew@a657b8b0cd35d0f65cce41fce9b24cf054b49869 uses: Homebrew/actions/setup-homebrew@a657b8b0cd35d0f65cce41fce9b24cf054b49869
with:
setup-sandbox: true
- name: "install ${{ runner.os }} dependencies" - name: "install ${{ runner.os }} dependencies"
if: runner.os == 'Linux' if: runner.os == 'Linux'