brew update is failing as some taps have been removed
Per https://github.com/Homebrew/homebrew-core/issues/30917, use brew update-reset to fix it
This commit is contained in:
parent
f3c5944dd2
commit
8d17572538
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
brew update
|
||||
brew update-reset
|
||||
brew doctor || true
|
||||
for p in macvim tcl-tk llvm; do
|
||||
brew install $p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue