Explorar o código

Set HOMEBREW_NO_INSTALL_CLEANUP due to llvm reinstall errors (#2157)

Trying to address issues like:
https://github.com/carbon-language/carbon-lang/runs/8252863868?check_suite_focus=true

```
==> Reinstalling 2 dependents with broken linkage from source:
llvm, mpdecimal
```

But llvm doesn't get reinstalled (but we also probably don't need/want this, particularly building from source).
Jon Ross-Perkins %!s(int64=3) %!d(string=hai) anos
pai
achega
6a9326f9e7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .github/workflows/tests.yaml

+ 2 - 0
.github/workflows/tests.yaml

@@ -70,6 +70,8 @@ jobs:
       # toolchain. We also take some care to be as resilient as possible to
       # issues fetching and installing the toolchain.
       - name: Setup LLVM and Clang
+        env:
+          HOMEBREW_NO_INSTALL_CLEANUP: 1
         run: |
           brew update
           brew install --force-bottle --only-dependencies llvm