diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e26ae9b..1e05c35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,19 +13,19 @@ 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 ripgrep - os: ubuntu-20.04 url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.tar.gz manager: sudo apt-get - packages: -y fd-find + packages: -y ripgrep - os: macos-10.15 url: https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz manager: brew - packages: fd + packages: ripgrep - os: macos-10.15 url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-macos.tar.gz manager: brew - packages: fd + packages: ripgrep steps: - uses: actions/checkout@v2 - run: date +%F > todays-date |
