diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-05-18 16:27:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-18 16:27:47 +0200 |
| commit | 826b95203ac9c8decf02e332fbb55cf4ebf73aef (patch) | |
| tree | 222fd6410b7010759575c54d9317c5df0ac47738 /.github | |
| parent | c40872acbddb61fd084203af60a86c7ec404d716 (diff) | |
| download | rneovim-826b95203ac9c8decf02e332fbb55cf4ebf73aef.tar.gz rneovim-826b95203ac9c8decf02e332fbb55cf4ebf73aef.tar.bz2 rneovim-826b95203ac9c8decf02e332fbb55cf4ebf73aef.zip | |
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.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba696ad85a..2790994377 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 |