neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 97ed3efffffc6ab5e121130d712eed2e7c31d4d9
parent 8d8288461a58ff68e24b4273c3bbb58d2b0a316f
Author: James McCoy <jamessan@jamessan.com>
Date:   Sun, 27 Feb 2022 08:18:48 -0500

ci(lint): re-add building of third-party

Diffstat:
M.github/workflows/ci.yml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -67,9 +67,13 @@ jobs: uses: actions/cache@v2 with: path: | + ${{ env.CACHE_NVIM_DEPS_DIR }} ~/.ccache key: lint-${{ hashFiles('cmake/*', '**/CMakeLists.txt', '!third-party/**CMakeLists.txt') }}-${{ github.base_ref }} + - name: Build third-party + run: ./ci/before_script.sh + - name: Build nvim run: ./ci/run_tests.sh build