Skip to content

Commit

Permalink
fix(publish): install Nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Dec 9, 2024
1 parent a4e63f4 commit e53e094
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
path: .
fetch-depth: 0

- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: nightly

- name: checkout NURR scripts
uses: actions/checkout@v4
with:
Expand All @@ -61,7 +66,7 @@ jobs:
- name: Cleanup NURR scripts
run: |
rm -rf nurr
rm -r nurr
- name: Install Lua
if: ${{ env.RELEASE_VERSION != '' }}
Expand Down

0 comments on commit e53e094

Please sign in to comment.