mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 20:07:23 +10:00
build: bundle uncrustify
Uncrustify is sensitive to version changes, which causes friction for contributors that doesn't have that exact version. It's also simpler to download and install the correct version than to have bespoke version checking.
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
./.github/scripts/install_deps.sh
|
||||
brew install stylua uncrustify
|
||||
brew install stylua
|
||||
|
||||
- uses: ./.github/actions/cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user