mirror of
https://github.com/neovim/neovim.git
synced 2026-09-09 07:25:51 +00:00
ci(macos): untap untrusted aws/tap on macOS
Problem: The 3rd-party default homebrew tap `aws/tap` is untrusted, which now triggers a warning in our macOS workflows. Solution: "Untap" (disable) the tap (which we don't use).
This commit is contained in:
committed by
Christian Clason
parent
1ce0ea50a2
commit
e6292b2ee0
1
.github/scripts/install_deps.sh
vendored
1
.github/scripts/install_deps.sh
vendored
@@ -50,6 +50,7 @@ if [[ $OS == Linux ]]; then
|
||||
fi
|
||||
elif [[ $OS == Darwin ]]; then
|
||||
if [[ -n $TEST ]]; then
|
||||
brew untap aws/tap
|
||||
brew install cpanminus fish fswatch
|
||||
|
||||
npm install -g neovim
|
||||
|
||||
Reference in New Issue
Block a user