Merge pull request #17450 from dundargoc/ci/lint/fix-key

ci(lint): simplify cache key
This commit is contained in:
James McCoy
2022-02-18 06:14:53 -05:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ jobs:
path: |
${{ env.CACHE_NVIM_DEPS_DIR }}
~/.ccache
key: ${{ matrix.runner }}-lint-${{ matrix.cc }}-${{ hashFiles('cmake/*', 'third-party/**', '**/CMakeLists.txt') }}-${{ github.base_ref }}
key: lint-${{ hashFiles('cmake/*', 'third-party/**', '**/CMakeLists.txt') }}-${{ github.base_ref }}
- name: Build third-party
run: ./ci/before_script.sh