Skip to content

Commit

Permalink
fix(ci): update workflow with recent Makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Oct 15, 2021
1 parent fc81385 commit 8b0d921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
- name: Cache neovim
uses: actions/cache@v2
with:
path: neovim
path: deps/neovim
key: build-${{env.NEOVIM_BRANCH}}

- name: Build Neovim
run: make neovim NEOVIM_BRANCH=$NEOVIM_BRANCH
run: make deps/neovim NEOVIM_BRANCH=$NEOVIM_BRANCH

- name: Run Test
run: make test

0 comments on commit 8b0d921

Please sign in to comment.