diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cdc6e3..73afd88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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