Merge pull request #23881 from neovim/backport-23878-to-release-0.9

[Backport release-0.9] ci: remove ci/ from cache key
This commit is contained in:
zeertzjq
2023-06-02 17:40:15 +08:00
committed by GitHub

View File

@@ -17,6 +17,6 @@ runs:
- uses: actions/cache@v3
with:
path: .deps
key: ${{ env.CACHE_KEY }}-${{ hashFiles('cmake**', 'ci/**',
key: ${{ env.CACHE_KEY }}-${{ hashFiles('cmake**',
'.github/workflows/test.yml', 'CMakeLists.txt',
'runtime/CMakeLists.txt', 'src/nvim/**/CMakeLists.txt') }}