mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
ci(lint): re-add building of third-party
This commit is contained in:
parent
8d8288461a
commit
97ed3effff
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user