mirror of
https://github.com/lewis6991/gitsigns.nvim
synced 2025-02-21 06:57:35 +00:00
fix(ci): separate steps
This commit is contained in:
parent
6eb07412c2
commit
536d6963f0
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -60,14 +60,17 @@ jobs:
|
||||
- name: Install Luarocks
|
||||
uses: leafo/gh-actions-luarocks@v4
|
||||
|
||||
- name: Get Neovim SHA
|
||||
id: get-nvim-sha
|
||||
run: |
|
||||
echo "::set-output name=sha::$(git ls-remote https://github.com/neovim/neovim ${{env.NEOVIM_BRANCH}} | cut -f1)"
|
||||
|
||||
- name: Cache Deps
|
||||
id: cache-deps
|
||||
uses: actions/cache@v2
|
||||
run: |
|
||||
echo "::set-output name=sha::$(git ls-remote https://github.com/neovim/neovim ${{env.NEOVIM_BRANCH}} | cut -f1)"
|
||||
with:
|
||||
path: deps
|
||||
key: build-6-${{ steps.cache-deps.outputs.sha }}
|
||||
key: build-5-${{ steps.get-nvim-sha.outputs.sha }}
|
||||
|
||||
- name: Install Lua Deps
|
||||
run: make lua_deps
|
||||
|
Loading…
Reference in New Issue
Block a user