Skip to content

Commit e3ac594

Browse files
committed
Install universal ctags for CI tests
1 parent ada73c5 commit e3ac594

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- name: Install ctags
99
run: |
10-
sudo apt update && sudo apt install -y ctags
10+
sudo apt update && sudo apt install -y universal-ctags
1111
- name: Checkout Code
1212
uses: actions/checkout@v2
1313
- name: Setup Vim

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Install ctags
1616
run: |
17-
sudo apt update && sudo apt install -y ctags
17+
sudo apt update && sudo apt install -y universal-ctags
1818
- name: Checkout Code
1919
uses: actions/checkout@v2
2020
- name: Setup Vim
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- name: Install ctags
3737
run: |
38-
sudo apt update && sudo apt install -y ctags
38+
sudo apt update && sudo apt install -y universal-ctags
3939
- name: Checkout Code
4040
uses: actions/checkout@v2
4141
- name: Setup Neovim

0 commit comments

Comments
 (0)