Skip to content

Commit

Permalink
chore: install neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed May 1, 2023
1 parent 8495f53 commit 0e2fd51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
repository: folke/neodev.nvim.git
path: neodev
ref: main
- name: install neovim
uses: MunifTanjim/setup-neovim-action@v1
with:
tag: stable
- name: Generate API
run: |
haxe build-api.hxml --path /home/runner/work/haxe-nvim/haxe-nvim/neodev
Expand Down

0 comments on commit 0e2fd51

Please sign in to comment.