Skip to content

Commit 5877206

Browse files
author
Andrew Ferrier
committed
fix: Try different syntax
1 parent 73de82e commit 5877206

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/unittest.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
matrix:
1414
neovim_branch: ['v0.7.0', 'nightly']
1515
runs-on: ubuntu-latest
16-
env:
17-
NEOVIM_BRANCH: ${{ matrix.neovim_branch }}
1816

1917
steps:
2018
- uses: actions/checkout@v3
@@ -23,7 +21,7 @@ jobs:
2321
uses: rhysd/action-setup-vim@v1
2422
with:
2523
neovim: true
26-
version: ${{ NEOVIM_BRANCH }}
24+
version: ${{ matrix.neovim_branch }}
2725

2826
- name: Install plenary
2927
run: |

0 commit comments

Comments
 (0)