From e53e0947d32d8395e6d822de6f0987ad03d789df Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Mon, 9 Dec 2024 17:30:36 +0100 Subject: [PATCH] fix(publish): install Nvim --- .github/workflows/publish.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ad514d0..a052f5b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: @@ -61,7 +66,7 @@ jobs: - name: Cleanup NURR scripts run: | - rm -rf nurr + rm -r nurr - name: Install Lua if: ${{ env.RELEASE_VERSION != '' }}