Use the cask of macvim because apparently the formula requires building gcc from source
This commit is contained in:
parent
2eac9ddff8
commit
c531686d39
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
|
|
@ -86,10 +86,11 @@ jobs:
|
|||
- run: |
|
||||
brew update-reset
|
||||
brew doctor || true
|
||||
for p in macvim tcl-tk llvm lua luajit love; do
|
||||
brew install $p
|
||||
brew outdated $p || brew upgrade $p
|
||||
for p in python@3.8 tcl-tk llvm lua luajit love; do
|
||||
brew install $p || brew outdated $p || brew upgrade $p
|
||||
done
|
||||
brew install --cask macvim
|
||||
brew link --overwrite python@3.8
|
||||
name: 'Install vim and deps'
|
||||
|
||||
- run: go get -u github.com/go-delve/delve/cmd/dlv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue