mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-02 10:59:14 -06:00
ci: install tree-sitter-cli
This commit is contained in:
parent
b9a588ed7e
commit
b146a98159
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- os: ubuntu-20.04
|
||||
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
|
||||
manager: sudo apt-get
|
||||
packages: -y fd-find
|
||||
packages: -y fd-find tree-sitter-cli
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: date +%F > todays-date
|
||||
|
Loading…
Reference in New Issue
Block a user