mirror of
https://github.com/lewis6991/gitsigns.nvim
synced 2025-02-21 06:57:35 +00:00
ci: add ci.yml and Makefile as part of the cache key
If we change ci.yml or Makefile we should to rebuild all supported neovim versions again. For example, if we accidentally remove a dependency that works as expected on nightly but not on v0.7.2 we need the CI job to fail immediately.
This commit is contained in:
parent
f388995990
commit
9aa7049518
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: deps
|
||||
key: build-1-${{ steps.get-nvim-sha.outputs.sha }}
|
||||
key: ${{ steps.get-nvim-sha.outputs.sha }}-${{ hashFiles('.github/workflows/ci.yml, Makefile') }}
|
||||
|
||||
- name: Install Lua Deps
|
||||
run: make lua_deps
|
||||
|
Loading…
Reference in New Issue
Block a user