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

This commit is contained in:
James McCoy 2022-02-27 08:18:48 -05:00
parent 8d8288461a
commit 97ed3effff
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -67,9 +67,13 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: | path: |
${{ env.CACHE_NVIM_DEPS_DIR }}
~/.ccache ~/.ccache
key: lint-${{ hashFiles('cmake/*', '**/CMakeLists.txt', '!third-party/**CMakeLists.txt') }}-${{ github.base_ref }} 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 - name: Build nvim
run: ./ci/run_tests.sh build run: ./ci/run_tests.sh build