mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
ci: remove ci/ from cache key
The ci/ directory is now only used for Cirrus, not for GitHub Actions.
This commit is contained in:
2
.github/actions/cache/action.yml
vendored
2
.github/actions/cache/action.yml
vendored
@@ -17,6 +17,6 @@ runs:
|
|||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: .deps
|
path: .deps
|
||||||
key: ${{ env.CACHE_KEY }}-${{ hashFiles('cmake**', 'ci/**',
|
key: ${{ env.CACHE_KEY }}-${{ hashFiles('cmake**',
|
||||||
'.github/workflows/test.yml', 'CMakeLists.txt',
|
'.github/workflows/test.yml', 'CMakeLists.txt',
|
||||||
'runtime/CMakeLists.txt', 'src/nvim/**/CMakeLists.txt') }}
|
'runtime/CMakeLists.txt', 'src/nvim/**/CMakeLists.txt') }}
|
||||||
|
Reference in New Issue
Block a user