ci(lint): simplify cache key

This commit is contained in:
Dundar Göc
2022-02-18 11:50:51 +01:00
parent faeff49cbf
commit 40473e55a2

View File

@@ -38,7 +38,7 @@ jobs:
path: | path: |
${{ env.CACHE_NVIM_DEPS_DIR }} ${{ env.CACHE_NVIM_DEPS_DIR }}
~/.ccache ~/.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 - name: Build third-party
run: ./ci/before_script.sh run: ./ci/before_script.sh