Skip to content

Commit

Permalink
export path to neovim in ci build step
Browse files Browse the repository at this point in the history
  • Loading branch information
bugabinga committed Oct 3, 2023
1 parent 6f4af67 commit d06ab80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:

- name: build rust
run: |
export PATH="${PWD}/_neovim/bin:${PATH}"
export VIM="${PWD}/_neovim/share/nvim/runtime"
./build.lua
- name: Run tests
Expand Down

0 comments on commit d06ab80

Please sign in to comment.