aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-02-27 08:18:48 -0500
committerJames McCoy <jamessan@jamessan.com>2022-02-27 09:07:11 -0500
commit97ed3efffffc6ab5e121130d712eed2e7c31d4d9 (patch)
tree4c8fa863ffd5d97f601410c65e5900f654fbc50b
parent8d8288461a58ff68e24b4273c3bbb58d2b0a316f (diff)
downloadrneovim-97ed3efffffc6ab5e121130d712eed2e7c31d4d9.tar.gz
rneovim-97ed3efffffc6ab5e121130d712eed2e7c31d4d9.tar.bz2
rneovim-97ed3efffffc6ab5e121130d712eed2e7c31d4d9.zip
ci(lint): re-add building of third-party
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 06a26dbb27..3565b20bfc 100644
--- 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