Skip to content

Commit 3bfe0ea

Browse files
committed
Fix CI test step name
1 parent 9dd1b68 commit 3bfe0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
sudo add-apt-repository universe
1616
sudo apt-get update
17-
- name: Install tmux and ${{ matrix.tagsProvider }}
17+
- name: Install tmux and ${{ matrix.vimFlavor }}
1818
run: |
1919
sudo apt-get install tmux ${{ matrix.vimFlavor == 'nvim' && 'neovim' || 'vim' }}
2020
- name: Review versions

0 commit comments

Comments
 (0)