Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 1, 2021
1 parent 1f4a0a7 commit e902ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: just release

- name: Install ctags on Linux
- name: Install ctags on Ubuntu
run: |
sudo snap install universal-ctags
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Build
run: just release

- name: Install ctags on Windows
- name: Install ctags on macOS
run: |
brew update
brew install --HEAD universal-ctags/universal-ctags/universal-ctags
Expand Down

0 comments on commit e902ea5

Please sign in to comment.