mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
ci: remove sandbox option for homebrew action in tests workflow
This commit is contained in:
parent
fd4a730727
commit
dd076b86c1
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
|
@ -58,8 +58,6 @@ jobs:
|
|||
- name: "install homebrew"
|
||||
id: setup-homebrew
|
||||
uses: Homebrew/actions/setup-homebrew@a657b8b0cd35d0f65cce41fce9b24cf054b49869
|
||||
with:
|
||||
setup-sandbox: true
|
||||
|
||||
- name: "install ${{ runner.os }} dependencies"
|
||||
if: runner.os == 'Linux'
|
||||
|
|
|
|||
Loading…
Reference in a new issue