Skip to content

Commit

Permalink
Install universal ctags for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yegappan committed Sep 25, 2024
1 parent ada73c5 commit e3ac594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- name: Install ctags
run: |
sudo apt update && sudo apt install -y ctags
sudo apt update && sudo apt install -y universal-ctags
- name: Checkout Code
uses: actions/checkout@v2
- name: Setup Vim
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Install ctags
run: |
sudo apt update && sudo apt install -y ctags
sudo apt update && sudo apt install -y universal-ctags
- name: Checkout Code
uses: actions/checkout@v2
- name: Setup Vim
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- name: Install ctags
run: |
sudo apt update && sudo apt install -y ctags
sudo apt update && sudo apt install -y universal-ctags
- name: Checkout Code
uses: actions/checkout@v2
- name: Setup Neovim
Expand Down

0 comments on commit e3ac594

Please sign in to comment.